Henry Case
bc76fbab26
Update README.md
há 3 anos
Henry Case
7023b7f0ff
fix some deteails in tests
há 3 anos
Henry Case
5cf635a26b
change name of the librarry
há 3 anos
Henry Case
2a7371a40f
ups
há 3 anos
Henry Case
58dabbafef
add first version of katrunner
há 3 anos
Henry Case
b18019c4b2
update readme with building instructions
há 3 anos
Henry Case
27e987f28e
update rust binding creation
há 3 anos
Henry Case
5a3ea43c8f
update cargo.toml
há 3 anos
Henry Case
730b2c7d47
fix rust bindings
há 3 anos
Henry Case
64dc00767e
adds rust binding
há 3 anos
Henry Case
8659d89bc4
fix path to gbench
há 3 anos
Henry Case
88fb6821a9
fix test run
há 3 anos
Henry Case
06d4e77b1b
adds benchmark tool
há 3 anos
Henry Case
81ccb71992
adds gtest
há 3 anos
Henry Case
810f460a7e
maybe add CI
há 3 anos
Henry Case
f02248d478
pqapi.h -> pqc.h
há 3 anos
Henry Case
b36a5ff8da
adds support for most of the schemes
há 3 anos
Henry Case
dbea135685
KEM and Sign C-API
há 3 anos
Henry Case
09db976f4c
Adds method registration
há 3 anos
Henry Case
badd0c81a6
adds C-API
há 3 anos
Henry Case
67ee416cb7
Remove not needed files
há 3 anos
Henry Case
9d3e07e8d8
Use CMake
há 3 anos
Henry Case
5af3048752
Remove META files
há 3 anos
Henry Case
d01efc9f01
Reorg
há 3 anos
Henry Case
d7ee70681a
add sign back
há 3 anos
Henry Case
d9a051d053
move to separated folders
há 3 anos
Henry Case
bdcc631260
Removes some variations
há 3 anos
Henry Case
94ec8d340e
Fix
há 3 anos
Henry Case
424bd89890
Add one AVX target
há 3 anos
Henry Case
67f275c898
Defines structure of the CMake
há 3 anos
Henry Case
0450bc3215
remove all Makefiles
há 3 anos
Henry Case
9cc316c41f
init: cmake
há 3 anos
John Schanck
32c613e8ec
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
há 3 anos
Matthias J. Kannwischer
1eb8fbe8d3
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
há 3 anos
Matthias J. Kannwischer
f1c917abb8
fix #364
há 4 anos
Thom Wiggers
87c40ab558
Disable SPHINCS+ test taking too much RAM in ASAN
há 4 anos
Thom Wiggers
9b39cf950c
Disable slowest tests on travis
há 4 anos
Thom Wiggers
578a9d66ce
Disable asan if clang is mentioned in CC (like in 'ccache clang')
há 4 anos
Thom Wiggers
f5b1c258c4
Disable skipping slow tests
há 4 anos
John M. Schanck
acbb632daf
Use PQClean AES
há 4 anos
John M. Schanck
e2f9b54f9a
explicit casts
há 4 anos
John M. Schanck
127e9ec326
Round 3 Kyber
há 4 anos
John M. Schanck
60111b36b2
Prepare for round 3 update with packaging script
há 4 anos
Thom Wiggers
7df37208d6
Fix boolean operation in assignment
há 4 anos
Thom Wiggers
2dfa7ed48f
Fix libname for kyber90s
há 4 anos
Thom Wiggers
22cb59d083
Silence a bunch of Windows warnings
há 4 anos
Thom Wiggers
c0f56ccdc2
Update Kyber from upstream
Makes Kyber-AVX run on MacOS (#251 )
há 4 anos
Matthias J. Kannwischer
7aef8a6f80
Update Rainbow to round 3 parameter sets ( #361 )
* rainbow update
* update workflows
* re-add /O2 in nmake Makefile
há 4 anos
Thom Wiggers
560ac15334
Fix missed overflowing mul in FrodoKEM
It happened in another place
há 4 anos
Matthias J. Kannwischer
6d6776f3fe
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
há 4 anos