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
There are several reasons one might desire an ed25519 flavor that employs system randomness, in addition to the usual derandomization. I've no idea any relevant standards exist, but the obvious method would be hashing 32 bytes of system randomness first when computing r. I could easily be done externally of course, but figured I'd ask here.
The text was updated successfully, but these errors were encountered:
There are several reasons one might desire an ed25519 flavor that employs system randomness, in addition to the usual derandomization. I've no idea any relevant standards exist, but the obvious method would be hashing 32 bytes of system randomness first when computing r. I could easily be done externally of course, but figured I'd ask here.
The text was updated successfully, but these errors were encountered: