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
The current code performs two passes over the message during the signing process. While this is required by the way Sphincs+ is currently defined, it is less than optimal if you are signing a large message. Could we implement a one-pass option during the signing process. Note that, in this mode, this would not be NIST compliant (or won't be, when NIST eventually approves it), and it will require randomness during the signature.
The text was updated successfully, but these errors were encountered:
The current code performs two passes over the message during the signing process. While this is required by the way Sphincs+ is currently defined, it is less than optimal if you are signing a large message. Could we implement a one-pass option during the signing process. Note that, in this mode, this would not be NIST compliant (or won't be, when NIST eventually approves it), and it will require randomness during the signature.
The text was updated successfully, but these errors were encountered: