Matthias J. Kannwischer
d5818a40b0
change include order; add missing includes ( #185 )
5 years ago
Leon
3caad74525
variable declarations at the beginning, namespace extern variables
5 years ago
Matthias J. Kannwischer
e56b2e5556
Add Dilithium ( #172 )
* fixes dynamic memory allocation test. previously a function called freeze() would trigger it
* this adds DilithiumII. Preprocessor conditionals still need to be removed
* fix ms Makefile
* fix MS compiler warnings
* clean-up
* remove preprocessor conditionals
* add dilithium3
* add dilithium4
* add duplicate consistency checks
* SHA2 state constants in common
* clean up symmetric.h
* Port SPHINCS+-SHA256 to sha256ctx struct
* Implement ctx struct for fips202
* Port Kyber{512,768,1024} to fips202 ctx struct
* Port NewHope to fips202 structs
* Port SPHINCS+-SHAKE256 to fips202 ctx structs
* Use opaque fips202 structs in MQDSS
* port dilithium to use fips202 ctx structs
* include -Wredundant-decls
* remove comment; format NTT constants
* reduce casts in power2round
5 years ago
Leon
737cb1bb2e
add ledakemlt32
5 years ago
Leon
32b3a97809
add sha3_384
5 years ago
leonbotros
4f97fa82b6
Merge pull request #1 from PQClean/master
update fork
5 years ago
Leon
6aafab57ef
add ledakemlt52
5 years ago
Matthias J. Kannwischer
24566014fa
Merge pull request #183 from Ko-/cshake
Add cSHAKE{128,256} to common
5 years ago
Leon
c0aa560186
remove commented code, update license
5 years ago
Leon
48912d76ff
msvc warning + removing commented code
5 years ago
Ko-
cf88fb781e
Satisfy linter
5 years ago
Leon
e4add57844
more cleaning
5 years ago
Leon
6f31e7e4c2
serialize error_vector before hashing instead of pointer cast
5 years ago
Ko-
eca0ebd374
Add test for functions from SP800-185.
5 years ago
Ko-
db7d3deb03
Add cSHAKE{128,256} to common.
5 years ago
Douglas Stebila
2f3c0bd4ec
Merge pull request #179 from ronnyws/master
Expand the pattern rule for the three common tests.
5 years ago
Matthias J. Kannwischer
8d39f6ba8c
Merge pull request #180 from sebastianv89/patch-1
Fixed link to rust project in README.md
5 years ago
Sebastian
6ad7937b5e
Fixed link to rust project in README.md
5 years ago
Ronny Wichers Schreur
69e00a5b7f
Expand the pattern rule for the three common tests.
Fixes https://github.com/PQClean/PQClean/issues/178 .
5 years ago
Leon
b320752f2a
fix more msvc warnings
5 years ago
Leon
ca6d935bbc
fix msvc warnings
5 years ago
Leon
7b9e254a8b
fix reading outside buffer
5 years ago
Leon
a7b3aa73b2
fix gcc/clang-tidy warnings, remove preprocessor conditionals
5 years ago
Leon
1680f3f125
add nmake makefile
5 years ago
Leon
cc551546bf
cleaning & fixing gcc warnings
5 years ago
Douglas Stebila
9a82706697
Merge pull request #176 from PQClean/frodoopt
Add optimized FrodoKEM
5 years ago
Matthias J. Kannwischer
c7c080568e
add opt versions of frodokem976aes, frodokem976shake, frodokem1344aes, frodokem1344shake and the corresponding duplicate checks
5 years ago
Matthias J. Kannwischer
743b28f7a8
make VS compiler happy in matrix_aes.c
5 years ago
Joost Rijneveld
2244735a87
Merge pull request #175 from PQClean/hash_state_struct
Use opaque structs for the hashing API
5 years ago
Joost Rijneveld
cb39f46854
Merge pull request #177 from PQClean/fix-166
Add -Wredundant-decls
5 years ago
Matthias J. Kannwischer
901761d88a
make VS compiler happy in matrix_shake.c
5 years ago
Matthias J. Kannwischer
df4319c47f
add duplicate consistency check
5 years ago
Matthias J. Kannwischer
57ad79ae3a
remove preprocessor conditionals from frodokem640shake
5 years ago
Matthias J. Kannwischer
cf8e4e5179
add optimized frodokem640aes
5 years ago
Matthias J. Kannwischer
7701666093
remove OPENSSL preprocessor conditionals
5 years ago
Matthias J. Kannwischer
081442bb8d
use more recent version of the code
5 years ago
Thom Wiggers
199adb8072
Add -Wredundant-decls
5 years ago
Matthias J. Kannwischer
a4906713be
use optimized matrix_shake.c for frodokem640shake
5 years ago
Thom Wiggers
0e73f2dda2
Use opaque fips202 structs in MQDSS
5 years ago
Thom Wiggers
692fba119c
Port SPHINCS+-SHAKE256 to fips202 ctx structs
5 years ago
Thom Wiggers
98002329ad
Port NewHope to fips202 structs
5 years ago
Thom Wiggers
23e118207d
Port Kyber{512,768,1024} to fips202 ctx struct
5 years ago
Thom Wiggers
b153768783
Implement ctx struct for fips202
5 years ago
Thom Wiggers
6953a0b32e
Port SPHINCS+-SHA256 to sha256ctx struct
5 years ago
Thom Wiggers
7c30aa73c9
SHA2 state constants in common
5 years ago
Leon
17ea905952
moved license to one license file
5 years ago
Leon
7cbeeaee59
update META.yml
5 years ago
Leon
fcbd6918c2
create api.h
5 years ago
Leon
d02c1879e9
added todo
5 years ago
Leon
b40d53b0d8
added license
5 years ago