Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could we implement one-pass signing? #1

Open
sfluhrer opened this issue Mar 24, 2021 · 0 comments
Open

Could we implement one-pass signing? #1

sfluhrer opened this issue Mar 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@sfluhrer
Copy link
Collaborator

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.

@sfluhrer sfluhrer added the enhancement New feature or request label Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant