選択できるのは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年前