Reference implementations of PQC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Thomas Pornin 7175413a5c 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). 5 years ago
..
LICENSE Falcon implementations (integer-only code, constant-time). 5 years ago
Makefile Falcon implementations (integer-only code, constant-time). 5 years ago
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). 5 years ago
api.h Falcon implementations (integer-only code, constant-time). 5 years ago
codec.c Some cosmetic changes to appease clang-tidy. 5 years ago
common.c 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). 5 years ago
fft.c Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 years ago
fpr.c Falcon implementations (integer-only code, constant-time). 5 years ago
fpr.h Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 years ago
inner.h Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 years ago
keygen.c Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 years ago
pqclean.c Falcon implementations (integer-only code, constant-time). 5 years ago
rng.c Some cosmetic changes to appease clang-tidy. 5 years ago
sign.c Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 years ago
vrfy.c Falcon implementations (integer-only code, constant-time). 5 years ago