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