Revision 3b24e2551b03ecc6f91974fba438d1d07b0105a2 authored by Matthias J. Kannwischer on 12 March 2021, 03:33:30 UTC, committed by Matthias J. Kannwischer on 24 May 2021, 03:43:28 UTC
Our current fips202.c implementation is fairly wasteful in terms of stack usage
by always allocating an extra 200-byte state.
That is rather stupid. I've refactored it to not use that additional buffer.
I do not see any significant impact on the cycle counts by this change.

This wants a bit more testing before it can be merged.
1 parent dd67c8d
History
File Mode Size
common
crypto_kem
crypto_sign
pqclean @ 6f22c50
.gitignore -rw-r--r-- 1.7 KB
.gitmodules -rw-r--r-- 98 bytes
README.md -rw-r--r-- 620 bytes
mupq.py -rw-r--r-- 23.4 KB

README.md

back to top