Does anyone know of any existing projects or forks related to this?
Kangaroos SECP112R1 Implementation with CUDA
3 replies 311 views
Just out of curiosity, what is the context for wanting to do this? To implement SECP112R1 instead of SECP256k1 in kangaroo code, you would have to adjust the specific parameters of the curve and adapt the equation.
Despite the different parameters and equations, you shouldn't have much trouble adapting SECP256k1 code to SECP112R1 because they share many similarities. The core principles of ECC remain the same, so most of your existing logic for point addition, scalar multiplication, and other operations can be reused.
I had already figured, but I was looking to see if this work had already been done to avoid reinventing the wheel. Im exploring this for a project that involves obtaining the private key for the deprecated SECP112R1 curve given a public key.
I recognize that adapting the SECP256k1 code to SECP112R1 is feasible since the core principles of ECC remain the same, but I wanted to check if anyone had already tackled this to save some effort and focus on the specific.
I've never seen such forks here, but you can try looking on Github for them.
Related topics
- New Optional Hourglass Implementation is Live 3
- Twist Attack, Sub-Group Attack and Pollard-Rho Implementation Issues 4
- Bitcoin Core displaying coins (UTXOs) in a new tab 13
- Are you in favor of BIP-110? Let's get a Bitcoin poll going. 0
- Erlay seems to have some issues here’s a better proposal for a bitcoin protocol without invites 3
- Ways to earn some sats by contributing to bitcoin core development 5