John M. Schanck
8a372ad2e8
NTRU Prime: change prototype for clean/crypto_sort_int32
4 years ago
John M. Schanck
4f6e00ed69
NTRU Prime: jump directly to crypto_sort_smallindices
4 years ago
John M. Schanck
bf15d518ea
NTRU: remove unused .s file
4 years ago
John M. Schanck
75710108fb
NTRU Prime: satisfy linter
4 years ago
John M. Schanck
c433b8274d
NTRU: inline the one call that needed @plt
4 years ago
John M. Schanck
55c6d04df6
NTRU Prime: Simplified patch set
4 years ago
John M. Schanck
8bb37ad134
NTRU Prime: Disable -Wconversion for gcc
4 years ago
John M. Schanck
7f3228a9b3
NTRU Prime: more unary negations
4 years ago
John M. Schanck
a5b5633534
NTRU Prime: more explicit casts
4 years ago
John M. Schanck
22c4feb174
NTRU Prime: avoid unsigned unary negation
4 years ago
John M. Schanck
2b54c6570d
NTRU Prime: more compiler warnings
4 years ago
John M. Schanck
4c5a8326ef
NTRU Prime: More changes for MS compiler
4 years ago
John M. Schanck
bfd9e1e8fd
NTRU Prime: Explicit casts to avoid conversion warnings
4 years ago
John M. Schanck
5982bdffcc
NTRU Prime: Match the NIST submission's sequence of calls to randombytes
4 years ago
Thom Wiggers
c50bc64a40
Merge pull request #316 from jschanck/PIC
ntruhrss701/avx2: fix non-PIC call
4 years ago
John M. Schanck
70543bba37
Add sntrup{653,761,857} and ntrulpr{653,761,857}
Exported from SUPERCOP-20200826 using the scripts at:
https://github.com/jschanck/pqclean-package-ntruprime
4 years ago
John M. Schanck
db7fad1232
ntruhrss701/avx2: fix non-PIC call
4 years ago
mergify[bot]
82ea3c26f6
Merge pull request #315 from PQClean/fix-sphincs
Fix unaligned access in Haraka
4 years ago
Thom Wiggers
5fd615dcd8
Incorporate fix https://github.com/sphincs/sphincsplus/pull/15
4 years ago
Thom Wiggers
193b4a8064
Merge pull request #314 from jschanck/upstream_ntru
Update NTRU and add AVX2 implementations
4 years ago
John M. Schanck
268b62f3ce
NTRU: Move crypto_sort_int32.h include to top of sample.c
4 years ago
John M. Schanck
146a3195e9
NTRU: more explicit casts for MS compiler
4 years ago
John M. Schanck
f49d18a75b
NTRU: add explicit cast for MS compiler
4 years ago
John M. Schanck
f1287684e3
NTRU: duplicate consistency
4 years ago
John M. Schanck
1d26f6a582
Update NTRU and add AVX2 NTRU implementations
4 years ago
John Schanck
4ea4b478ba
Update NTRU ( #311 )
* Update NTRU
version: https://github.com/jschanck/ntru/tree/485dde03
* Fixed ntruhrss701/clean/Makefile.Microsoft_nmake
4 years ago
Thom Wiggers
d38002f5c4
Merge pull request #310 from claucece/master
Fix overflow in multiplication in Saber
4 years ago
Sofía Celi
534e7a1277
Fix overflow in multiplication in Saber
4 years ago
Thom Wiggers
dc69ab19db
Update README for Round 3 ( #306 )
See also #305
4 years ago
mergify[bot]
ed3104030f
Merge pull request #305 from PQClean/round3
Remove Non-Round3 Schemes
4 years ago
Matthias J. Kannwischer
9fbfb230a9
remove threebears, ledakem, newhope, mqdss, qtesla
NIST announced the Round 3 finalists and alternate candidates today:
https://groups.google.com/a/list.nist.gov/d/msg/pqc-forum/0ieuPB-b8eg/Cl7Ji8TpCwAJ
Some of the schemes in PQClean did not make it to Round 3 and this commit
removes them.
4 years ago
Thom Wiggers
90630db2eb
Add MQDSS AVX2 implementations ( #288 )
* Add AVX2 version of mqdss
* Fix duplicate consistency
4 years ago
mergify[bot]
ea5a83f7a8
Merge pull request #293 from PQClean/fix-sphincs-windows
Add missing obj file to Windows SPHINCS+ AVX2 builds
4 years ago
mergify[bot]
a80abd64ff
Merge branch 'master' into fix-sphincs-windows
4 years ago
Thom Wiggers
bcb68643e8
Merge pull request #303 from PQClean/frodo-timing-leak
Fix timing leak in FrodoKEM decapsulation
4 years ago
Thom Wiggers
9e4d07dba1
Speed up test collection ( #298 )
* don't do filesystem operations during collection
* Greatly speed up test collection
* fixup! Greatly speed up test collection
* Silence junit warning
* fixup! Greatly speed up test collection
4 years ago
Douglas Stebila
de14914a1c
Mention FrodoKEM timing leak in SECURITY.md
4 years ago
Douglas Stebila
ae1530d192
Fix timing leak in decapsulation.
As identified in: Qian Guo, Thomas Johansson, Alexander Nilsson. A
key-recovery timing attack on post-quantum primitives using the
Fujisaki-Okamoto transformation and its application on FrodoKEM. In
CRYPTO 2020.
Based on
155c24c3df
4 years ago
Thom Wiggers
f7c7af5155
Merge pull request #297 from PQClean/fix-kyber-meta
Kyber768 and Kyber1024 don't need -maes (see #296 )
4 years ago
Thom Wiggers
8db3ba1ee1
Merge pull request #299 from Ko-/newhope-v1.1
Add domain separation to NewHope
4 years ago
Ko-
25b15e5791
Fix whitespace to satisfy test_duplicate_consistency
4 years ago
Ko-
bca4250d1f
Update KAT values
4 years ago
Ko-
4883f2ce89
Add domain separation to NewHope
NewHope announced a new version of their specification that adds
explicit domain separation. This is a port of
https://github.com/newhopecrypto/newhope/commit/607a9d3
4 years ago
Thom Wiggers
5a89c92900
Add Keccakx4 to build
4 years ago
Thom Wiggers
adab5eb39a
remove duplicate from Makefiles
4 years ago
Thom Wiggers
1e8618affa
Remove duplicate sha256x8
4 years ago
Thom Wiggers
75037b5f13
Fix makefiles
4 years ago
Thom Wiggers
2f20776d2e
Fix haraka Makefile.Microsoft_nmake
4 years ago
Thom Wiggers
75416c93f0
Kyber768 and Kyber1024 don't need -maes (see #296 )
4 years ago
Thom Wiggers
5f2c322945
Add missing obj file to Windows SPHINCS+ AVX2 builds
4 years ago