Matthias J. Kannwischer
3d7d2024fa
FrodoKEM: Fix bug in the output of the ct_verify function ( #367 )
* Fix bug in the output of the ct_verify function
A bug in the CCA transformation was reported on the pqc-forum on 2020-12-10
https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/kSUKzDNc5ME
It was fixed today in 669522db63
.
This commit ports that fix to PQClean
* add note to SECURITY.md
* update upstream commit in META.yml
3 years ago
John M. Schanck
bde916274f
Use PQClean AES
4 years ago
John M. Schanck
c00cb2dd20
explicit casts
4 years ago
John M. Schanck
688ff2fe50
Round 3 Kyber
4 years ago
John M. Schanck
10d3f34b39
Prepare for round 3 update with packaging script
4 years ago
Thom Wiggers
4aca5dee41
Fix boolean operation in assignment
4 years ago
Thom Wiggers
a385278582
Fix libname for kyber90s
4 years ago
Thom Wiggers
e7a83922d5
Silence a bunch of Windows warnings
4 years ago
Thom Wiggers
c99c406551
Update Kyber from upstream
Makes Kyber-AVX run on MacOS (#251 )
4 years ago
Thom Wiggers
cdd11413f3
Fix missed overflowing mul in FrodoKEM
It happened in another place
4 years ago
Thom Wiggers
6d0684df63
Fix more overflowing muls in Frodo
4 years ago
John M. Schanck
b4945e4a16
hqc-rmrs-256: remove unused static vars
4 years ago
Thom Wiggers
01f709ac33
Also fix problem in FrodoKEM-SHAKE
4 years ago
Thom Wiggers
3efcd2b186
Fix overflowing multiplication in FrodoKEM AES
4 years ago
John M. Schanck
9e543a40c1
ntru/poly_rq_mul: explicit casts to satisfy 32-bit clang sanitizer
4 years ago
John M. Schanck
941e0bfe21
ntru: faster multiplication for reference implementations
4 years ago
John M. Schanck
dd00b7fbd8
slightly faster avx2 schoolbook multiplications
4 years ago
John M. Schanck
11b4772e73
explicit casts
4 years ago
John M. Schanck
f8503cbd71
simplify pack_unpack.c
4 years ago
John M. Schanck
8af8939e2b
Remove empty file
4 years ago
John M. Schanck
bb037b918b
Update packaging script version
4 years ago
John M. Schanck
135f95e15b
Clean up AVX2 code
4 years ago
John M. Schanck
e92a052ea4
saber: output pointers on left, and size_t for indexing
4 years ago
John M. Schanck
2f97b11031
saber: fix initialization and casting issues
4 years ago
John M. Schanck
baa309ea7a
*saber/avx2: declare mul_add static
4 years ago
John M. Schanck
0a3146831f
Update Saber and add AVX2 implementation
4 years ago
John M. Schanck
a439b498fc
HQC: remove bitmask macro
4 years ago
John M. Schanck
52e1b5c94b
HQC: update from upstream
4 years ago
John M. Schanck
16cf67bee5
hqc: pclmul to pclmulqdq
4 years ago
John M. Schanck
4f44dc7e34
hqc: Add -Wshadow and fix shadowing warnings
4 years ago
John M. Schanck
81425edb3b
ntru: Match sample_fixed_weight to spec. Changes KATs. (c.f. Simone Dutto pqcforum 20200731)
4 years ago
John M. Schanck
a94abf08a1
Update NTRU
Oussama Danba caught a bug in how we were handing a test related to
ciphertext encoding. Not a security issue as far as we can tell, but
certainly not the correct behavior.
More detail here: e0ab9525f1
This commit also switches ntruhrss701/avx2/poly_S3_inv to the
Bernstein--Yang code, also slightly simplifies the poly_Rq_to_S3
routine.
4 years ago
John M. Schanck
de82d896a3
ntru: sort includes
4 years ago
John M. Schanck
4e1314d338
ntru: fix narrowing warning
4 years ago
John M. Schanck
0f148a6991
ntru: packaging script update. resolves #331
4 years ago
John M. Schanck
40d5b64fd0
HQC: updated packaging script. should resolve #327
4 years ago
Thom Wiggers
1302bbbffb
Fix flags specified in HQC meta files
4 years ago
Thom Wiggers
325750f396
Namespace global variable in HQC
4 years ago
John M. Schanck
9064186cdb
astyle
4 years ago
John M. Schanck
a59cf4cba7
frodo: satisfy test_boolean
4 years ago
John M. Schanck
938a5dcd5d
mceliece, ntru, ntruprime: satisfy test_boolean (in int32_sort)"
4 years ago
John M. Schanck
0dee1d6aa6
readability changes
4 years ago
John M. Schanck
5807a5400c
trying to satisfy ms again
4 years ago
John M. Schanck
601e78e0a1
ms compiler
4 years ago
John M. Schanck
43498b628d
typo and unary negation
4 years ago
John M. Schanck
7fb5b0e9a4
Revert "ms compiler changes for fft.c"
This reverts commit 99bed07f64
.
4 years ago
John M. Schanck
37e0077ec3
ms compiler
4 years ago
John M. Schanck
15330871bf
uniform vect_compare implementations
4 years ago
John M. Schanck
cd1c930508
ms compiler changes for reed_solomon.c
4 years ago
John M. Schanck
6499f18855
negative return code
4 years ago