ITADN

Error in the ecdsa Sign procedure ?

#65Pull RequestFabien-Morrow 创建于 2023-04-20
F
Fabien-Morrowcommented
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.
合并状态:未合并 0 条评论