pqc/crypto_sign/falcon-1024/clean
2020-09-18 22:18:08 -04:00
..
api.h Falcon implementations (integer-only code, constant-time). 2019-07-20 19:44:25 -04:00
codec.c astyle 2020-09-17 11:54:58 -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 falcon: fix fpr_lt 2020-09-18 22:18:08 -04:00
inner.h Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
keygen.c astyle 2020-09-17 11:54:58 -04: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 Enable optimizers on Windows (#244) 2019-10-21 14:23:59 +02:00
pqclean.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
rng.c Trigger build 2020-03-13 17:06:45 -04:00
sign.c astyle 2020-09-17 11:54:58 -04:00
vrfy.c Fixed sampler bug (update to new upstream Falcon code 2019-09-18). 2019-09-19 15:55:28 -04:00