Practical-Cryptography-for-Developers-Book icon indicating copy to clipboard operation
Practical-Cryptography-for-Developers-Book copied to clipboard

Error in the ecdsa Sign procedure ?

Open Fabien-Morrow opened this issue 2 years ago • 0 comments

I think there's a small error in the ECDSA Sign procedure described in this page. r will not always be smaller than n, r is just smaller than p. I propose this small change to ensure r is always smaller than n, keeping things simple at this step, and letting the reader to dive into malleability stuff once he grabbed the procedure.

Fabien-Morrow avatar Apr 20 '23 21:04 Fabien-Morrow