rocket_2019
Member
3
Posts
204
Reputation
Jun 1, 2017
Joined
Recent posts
- Exploring n-values and b-values in secp256k1Sep 30, 2025
Not sure about a direct 1:1 mapping. But I noticed when b=0x0, it creates a simple loop that maps from public key to private key. I haven't found a way to map points from b=0x7 to b=0x0 yet.
- Understanding Nonce Behavior in secp256k1 ECDSAAug 14, 2018
Predictable? How do you figure? The math distance between R1 and R2 doesn’t really show the actual distance between their nonces. Here’s an example: R1 = 0xa03aba6c1d66b0adff5f523b05ae59226b75a3c89c5755728d4278b4d02dec0…
- Pollard Rho Algorithm Speedy ImplementationFeb 2, 2018
Is there a fork available for Visual Studio on Windows?