-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
Optimize size of ed25519 #4146
Optimize size of ed25519 #4146
Conversation
Saved space 24.5 KB.
|
675df44
to
b534a72
Compare
The test
I experimentally found out that these errors disappear if I remove the following lines:
The macro It seems to me that this is a false positive. |
Together with Andrew we discovered this is caused by memory access dependent on secret key:
|
|
cf9362d
to
c54213c
Compare
gotta say, pretty cool that we have setup which caught this |
This is a continuation of #4107.