-
Notifications
You must be signed in to change notification settings - Fork 44
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
Bug when using new reduced-size SPHINCS+ parameter sets #59
Comments
bwesterb
added
wontfix
This will not be worked on
and removed
wontfix
This will not be worked on
labels
Apr 15, 2024
Feel free to send a PR. |
I will send a pull request. There is actually another issue, as Line 186 in 035b394
|
Thanks @kste |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an issue with the existing reference implementation when experimenting with the new reduced-signature size SPHINCS+ parameter sets due to the fact that some of the new parameter sets utilize large subtree sizes (i.e., > 16) that result in the address.c::set_keypair_addr() function not setting all of the necessary bits as it only copies over the first two bytes.
In general, you may want to modify all ADDR-handling functions to ensure they copy over, or set, all of the bytes of each of the ADDR fields to ensure this doesn't happen.
The text was updated successfully, but these errors were encountered: