pqc/crypto_sign/falcon-512/clean
2019-07-20 21:27:27 -04: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 Some cosmetic changes to appease clang-tidy. 2019-07-20 20:35:30 -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 Falcon implementations (integer-only code, constant-time). 2019-07-20 19:44:25 -04:00
fpr.h 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
inner.h 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
keygen.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
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 Falcon implementations (integer-only code, constant-time). 2019-07-20 19:44:25 -04:00
pqclean.c Falcon implementations (integer-only code, constant-time). 2019-07-20 19:44:25 -04:00
rng.c Some cosmetic changes to appease clang-tidy. 2019-07-20 20:35:30 -04:00
sign.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
vrfy.c Falcon implementations (integer-only code, constant-time). 2019-07-20 19:44:25 -04:00