Post
Topic
Board Development & Technical Discussion
Re: Reused R values
by
pooya87
on 18/03/2023, 04:08:51 UTC
All my attempts come out with a k value much more than 256 bits.
That's probably because you forgot to compute the remainder, that is the modulo operation at the end using the secp256k1 curve order N.