Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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 лет назад
..
LICENSE Falcon implementations (integer-only code, constant-time). 5 лет назад
Makefile Falcon implementations (integer-only code, constant-time). 5 лет назад
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 лет назад
api.h Falcon implementations (integer-only code, constant-time). 5 лет назад
codec.c Some cosmetic changes to appease clang-tidy. 5 лет назад
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 лет назад
fft.c Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 лет назад
fpr.c Falcon implementations (integer-only code, constant-time). 5 лет назад
fpr.h Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 лет назад
inner.h Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. 5 лет назад
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 лет назад
pqclean.c Falcon implementations (integer-only code, constant-time). 5 лет назад
rng.c Some cosmetic changes to appease clang-tidy. 5 лет назад
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 лет назад
vrfy.c Falcon implementations (integer-only code, constant-time). 5 лет назад