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 bad9956869 Fixed some buffer handling bugs that should never happen in practice (but may occur if reusing the internal functions with different parameters). 5 jaren geleden
..
LICENSE Falcon implementations (integer-only code, constant-time). 5 jaren geleden
Makefile Falcon implementations (integer-only code, constant-time). 5 jaren geleden
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 jaren geleden
api.h Falcon implementations (integer-only code, constant-time). 5 jaren geleden
codec.c Some cosmetic changes to appease clang-tidy. 5 jaren geleden
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 jaren geleden
fft.c Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 jaren geleden
fpr.c Falcon implementations (integer-only code, constant-time). 5 jaren geleden
fpr.h Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 jaren geleden
inner.h Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 jaren geleden
keygen.c Fixed some buffer handling bugs that should never happen in practice (but may occur if reusing the internal functions with different parameters). 5 jaren geleden
pqclean.c Falcon implementations (integer-only code, constant-time). 5 jaren geleden
rng.c Some cosmetic changes to appease clang-tidy. 5 jaren geleden
sign.c Fixed some buffer handling bugs that should never happen in practice (but may occur if reusing the internal functions with different parameters). 5 jaren geleden
vrfy.c Falcon implementations (integer-only code, constant-time). 5 jaren geleden