Henry Case
f355cec1a5
rename test file
3 years ago
Henry Case
56ebf60386
WIP
3 years ago
Henry Case
74f8c77e97
KEM C-API
3 years ago
Henry Case
4a70142872
Adds method registration
3 years ago
Henry Case
5b79e3bc20
adds C-API
3 years ago
Henry Case
fac58ac483
Remove not needed files
3 years ago
Henry Case
da5e8e5524
Use CMake
3 years ago
Henry Case
2f3b7e91c9
Remove META files
3 years ago
Henry Case
f0797a032f
Reorg
3 years ago
Henry Case
5c6bdaf5f7
add sign back
3 years ago
Henry Case
3e6c9f7d43
move to separated folders
3 years ago
Henry Case
0c46849e47
Removes some variations
3 years ago
Henry Case
79411404c9
Fix
3 years ago
Henry Case
f051c60522
Add one AVX target
3 years ago
Henry Case
63bfaff41b
Defines structure of the CMake
3 years ago
Henry Case
354257df8e
remove all Makefiles
3 years ago
Henry Case
db745b4451
init: cmake
3 years ago
John Schanck
4f86c39515
Round 3 update for Dilithium (from github source) ( #369 )
* Update Dilithium
* Alternative montgomery reduce to avoid i386 functest errors
* Explicit casts for msvc
* More casts; bump upstream version; fix metadata
* another cast
3 years ago
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
Thom Wiggers
c380c628bc
Merge pull request #366 from PQClean/fix364
Rainbow: Fix out out-of-bounds memset
4 years ago
Matthias J. Kannwischer
76641be93d
fix #364
4 years ago
Thom Wiggers
168e362598
Merge pull request #353 from PQClean/enable_slow_tests
Disable skipping slow tests
4 years ago
Thom Wiggers
0d88ed65d9
Disable SPHINCS+ test taking too much RAM in ASAN
4 years ago
Thom Wiggers
957996ddd3
Merge pull request #349 from jschanck/update-kyber
Round 3 Kyber
4 years ago
Thom Wiggers
fedc88be4b
Disable slowest tests on travis
4 years ago
Thom Wiggers
7557be7471
Disable asan if clang is mentioned in CC (like in 'ccache clang')
4 years ago
Thom Wiggers
3e2c7b6b05
Disable skipping slow tests
4 years ago
Matthias J. Kannwischer
3d5079129d
Update Rainbow to round 3 parameter sets ( #361 )
* rainbow update
* update workflows
* re-add /O2 in nmake Makefile
4 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
b41dc77b22
Merge pull request #363 from PQClean/fix_frodo_take3
Fix missed overflowing mul in FrodoKEM
4 years ago
Thom Wiggers
cdd11413f3
Fix missed overflowing mul in FrodoKEM
It happened in another place
4 years ago
Thom Wiggers
d32b1cd7c2
Merge pull request #360 from PQClean/clang12
Skip overly restrictive clang-tidy checks
4 years ago
Matthias J. Kannwischer
eb6c2058cc
skip new clang-tidy checks
my new clang-tidy version comes with some quite restrictive checks that fail on
current code in PQClean.
I have disabled the following three:
https://releases.llvm.org/11.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/llvmlibc-restrict-system-libc-headers.html
https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-init-variables.html
https://clang.llvm.org/extra/clang-tidy/checks/bugprone-reserved-identifier.html
4 years ago
Thom Wiggers
891e2e2718
Merge pull request #357 from PQClean/fix_frodo_more
Fix more overflowing muls in Frodo
4 years ago
Thom Wiggers
6d0684df63
Fix more overflowing muls in Frodo
4 years ago
Thom Wiggers
7218c5659b
Merge pull request #358 from jschanck/hqc
hqc-rmrs-256: remove unused static vars
4 years ago
John M. Schanck
b4945e4a16
hqc-rmrs-256: remove unused static vars
4 years ago
Thom Wiggers
954c80b642
Merge pull request #356 from PQClean/fix_frodokem
Fix overflowing multiplication in FrodoKEM AES
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
Thom Wiggers
9120129ca4
Merge pull request #354 from jschanck/ntru
ntru/poly_rq_mul: explicit casts to satisfy 32-bit clang sanitizer
4 years ago
John M. Schanck
9e543a40c1
ntru/poly_rq_mul: explicit casts to satisfy 32-bit clang sanitizer
4 years ago
Thom Wiggers
3c8be3cb1f
Merge pull request #351 from PQClean/disable-valist-tidy
Disable buggy clang-tidy valist linters
4 years ago