1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_sign/falcon-1024/clean
2019-10-16 08:23:33 +02:00
..
api.h Falcon implementations (integer-only code, constant-time). 2019-07-20 19:44:25 -04:00
codec.c Some cosmetic changes to appease clang-tidy. 2019-07-20 20:35:30 -04:00
common.c Fixed sampler bug (update to new upstream Falcon code 2019-09-18). 2019-09-19 15:55:28 -04:00
fft.c Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 2019-07-20 21:27:27 -04:00
fpr.c fix clang-tidy complaint about falcon (#242) 2019-10-16 08:23:33 +02:00
fpr.h Fixed sampler bug (update to new upstream Falcon code 2019-09-18). 2019-09-19 15:55:28 -04:00
inner.h Fixed sampler bug (update to new upstream Falcon code 2019-09-18). 2019-09-19 15:55:28 -04:00
keygen.c fix clang-tidy complaint about falcon (#242) 2019-10-16 08:23:33 +02:00
LICENSE Falcon implementations (integer-only code, constant-time). 2019-07-20 19:44:25 -04:00
Makefile Falcon implementations (integer-only code, constant-time). 2019-07-20 19:44:25 -04:00
Makefile.Microsoft_nmake Renamed local variable to avoid a warning about a redefinition; also disabled the MSVC warning C4146 (it is raised whenever negation is applied on an unsigned type, but this has a portable and standard behaviour, and there are good reasons to do that). 2019-07-20 22:21:11 -04:00
pqclean.c Fixed sampler bug (update to new upstream Falcon code 2019-09-18). 2019-09-19 15:55:28 -04:00
rng.c Fixed sampler bug (update to new upstream Falcon code 2019-09-18). 2019-09-19 15:55:28 -04:00
sign.c Updated version number, and added an explicit cast to appease some versions of clang-tidy. 2019-09-20 09:01:32 -04:00
vrfy.c Fixed sampler bug (update to new upstream Falcon code 2019-09-18). 2019-09-19 15:55:28 -04:00