You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently k256 produces different signatures WHEN msg and privkey are bigger than curve order. This is not a big deal but it's better to follow the RFC 6979.
The text was updated successfully, but these errors were encountered:
pcaversaccio
changed the title
RFC6979 nonce (k) generation should be modulo-reduced
RFC 6979 nonce (k) generation should be modulo-reduced
Nov 12, 2024
Currently k256 produces different signatures WHEN msg and privkey are bigger than curve order. This is not a big deal but it's better to follow the RFC 6979.
See this for more info:
The text was updated successfully, but these errors were encountered: