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 `#ifdef SMALLTABLES` change eliminates the unused variable warning, and the changes to the sc25519_window4 prototype silences the `-Wstringop-overflow=` warnings in GCC.
The prototype seems to be wrong b/c it requires an array of size 85, but the function definition only uses 64 bytes, the caller expects it only needs 64 bytes, and the 85 seems to be a copy/paste issue from window3 (Props to @moneromooo-monero for finding that)
Resolvesmonero-project#8
https://github.com/monero-project/supercop/blob/monero/crypto_sign/ed25519/amd64-64-24k/sc25519.h#L58
https://github.com/monero-project/supercop/blob/monero/crypto_sign/ed25519/amd64-64-24k/sc25519_window4.c#L3
The text was updated successfully, but these errors were encountered: