5am23
- Exploring n-values and b-values in secp256k1Oct 6, 2025
Anyone up for discussing changing N order in secp256k1?
- Exploring n-values and b-values in secp256k1Oct 4, 2025
Got it. But still, I doubt it makes sense to define the cardinality this way, especially matching that of the original curve.
- Exploring n-values and b-values in secp256k1Oct 4, 2025
Are you sure about that? I keep hitting errors when I try.
- Exploring n-values and b-values in secp256k1Oct 1, 2025
What exactly do you mean by p^2?
- Exploring n-values and b-values in secp256k1Oct 1, 2025
For y^2=x^3+d (mod p) with d as a non-zero integer, you see different sets emerge based on group properties.
- Enhancing Nonce Search for Private Key RecoverySep 11, 2020
Got it now! I've managed to solve it for up to 210 bits! Thanks a lot for the help!
- Enhancing Nonce Search for Private Key RecoverySep 11, 2020
Hey, I tried using 3 signatures in my script, but it always gives wrong private keys. I switched to your script, and it works great! But when I changed this line from: nonces = [random.randrange(1, 2**kbits) +…
This script only finds nonces up to 125 bits. We really need to push it to at least 256 bits. If I try increasing it to 130 or more, it fails to find the right key. Looks like we need to rewrite it to handle 256 bits or…
- Looking for Efficient K Nonce CalculationMay 22, 2017
Those two sets of r,s,z use different public keys, so the private keys have to be different too.
- Looking for Efficient K Nonce CalculationMay 22, 2017
Why does this not work? Just swap the base point and "i" in kangaroo, and you get "i" where you find k. It’s just another way to use kangaroo and bsgs.