Douglas Stebila
aea3377582
Merge pull request #111 from PQClean/nist-kat
Add NIST KAT check for KEMs
5 years ago
Douglas Stebila
9b66c5550d
Merge pull request #116 from PQClean/downstream-projects
Write up some lines about some consumers
[skip ci]
5 years ago
Douglas Stebila
c593590362
Update text and add more details about OQS
[skip ci]
5 years ago
Douglas Stebila
4924ea0a6a
Copy ntru fixes from recent commits
5 years ago
Douglas Stebila
51102e05ce
Merge branch 'nist-kat' into more-ntru
5 years ago
Douglas Stebila
09632377f9
Skip clang-tidy on Windows
5 years ago
Douglas Stebila
c0cf260113
Merge branch 'master' into nist-kat
5 years ago
Douglas Stebila
4f9fa5b625
Merge pull request #115 from PQClean/fix_ntru
Fix problems in the NTRU source code
5 years ago
Douglas Stebila
24938353ac
Merge branch 'master' into nist-kat
5 years ago
Thom Wiggers
48bae57f24
Fix NTRU implementation according to c7fa0b98bc
5 years ago
Thom Wiggers
21bd589962
Write up some lines about some consumers
5 years ago
Thom Wiggers
78257d4299
Add small note to PR template
[ci skip]
5 years ago
Thom Wiggers
e711d6e3b9
Fix hash length in NTRU
5 years ago
Thom Wiggers
873216c702
Fix integer overflow problems in NTRU
5 years ago
Thom Wiggers
eb5f7f1e57
Fix int/size_t comparison in frodo
5 years ago
Thom Wiggers
f17d739181
Merge pull request #114 from PQClean/sanitizer_fixes
Clean up some aspects of the tests and made NTRU-HPS code files not executable.
5 years ago
Thom Wiggers
3431dd2e0a
No reason for C source files to be executable
5 years ago
Thom Wiggers
546d9e41f2
Make output of sanitizer nicer
5 years ago
Thom Wiggers
327429b625
Make sure -fsanitizer binaries are always cleaned up
5 years ago
Thom Wiggers
9c4aebd8e3
sanitizers don't need valgrind
5 years ago
Joost Rijneveld
fc7afd8f76
Add distclean to clean entire ../bin folder
5 years ago
Joost Rijneveld
db7843c5eb
SPHINCS: make integer promotion explicit
5 years ago
Thom Wiggers
2a9d793152
Update CONTRIBUTING.md
5 years ago
Thom Wiggers
09a35993da
Skip Valgrind on OSX
5 years ago
Thom Wiggers
a5e906a306
Fix sanitizer test
5 years ago
Douglas Stebila
6fce9cf1b9
Undo breaking compiler warning fix
5 years ago
Douglas Stebila
91f94cdd1c
Fix Windows compiler warnings
5 years ago
Douglas Stebila
b2dfdb231f
Merge branch 'nist-kat' into more-ntru
5 years ago
Douglas Stebila
b80eebdd71
Fix Windows type warning
5 years ago
Douglas Stebila
56ce82a87c
Add ntruhrss701
5 years ago
Douglas Stebila
7a175c9e58
Add ntruhps4096821
5 years ago
Douglas Stebila
9cf75a2ab2
Metadata and duplicate consistency fixes for ntruhps2048677
5 years ago
Douglas Stebila
247d2ad63e
Merge branch 'nist-kat' into more-ntru
5 years ago
Douglas Stebila
8c5b1cf356
Add ntruhps2048677
5 years ago
Douglas Stebila
97260c2d69
Fix reference to nistkatrng
5 years ago
Douglas Stebila
c54cdca983
Build nistkat on Windows
5 years ago
Douglas Stebila
c42619d855
Merge branch 'master' into nist-kat
5 years ago
Douglas Stebila
ff71e7de11
Correct FrodoKEM submitter list
5 years ago
Douglas Stebila
8e7cf2b5cd
Fix linter complaints
5 years ago
Douglas Stebila
53ac90861c
Temporarily skip NIST KAT check for kyber768
5 years ago
Douglas Stebila
a815543f32
Add NIST KAT check for KEMs
5 years ago
Douglas Stebila
e72fd489ba
Add ntruhps2048509 ( #105 )
* Initial ntruhps2048509 implementation
* Turn compile-time #if's into runtime if's
* Test vector hash
* Resolve linter complaints
* Apply astyle
* Address Windows compiler complaints
* Address more Windows compiler complaints
* More Windows compiler complaints
* Apply astyle
* Add -Wmissing-prototypes
Co-Authored-By: dstebila <dstebila@users.noreply.github.com>
* Fix -Wmissing-prototypes errors, update LICENSE
5 years ago
Matthias J. Kannwischer
5587cdb4a8
Add -Wmissing-prototypes ( #109 )
* fix prototypes for sphincs and static functions in aes.c
* fix missing prototypes in all frodo variants
* fix missing prototypes in kyber
* remove const from non-pointer arguments in Frodo
* add missing prototypes to requirements in README
5 years ago
Douglas Stebila
d07e8ae7cb
Filter tests when diff'ing against master branch ( #103 )
5 years ago
Douglas Stebila
a15bbfcfe0
Merge pull request #101 from PQClean/frodo-aes
Add FrodoKEM AES parameterizations
5 years ago
Douglas Stebila
518e8656be
Merge branch 'master' into frodo-aes
5 years ago
Douglas Stebila
0bc19b3633
Fix a few nits ( #107 )
* Minor changes
* Gracefully degrade if clang-tidy segfaults
* Typo on returncode
5 years ago
Thom Wiggers
5b0174d282
Avoid clang tidy segfault ( #106 )
* Gracefully degrade if clang-tidy segfaults
* Typo on returncode
5 years ago
Douglas Stebila
1e7ee7a4c2
skip_windows decorator
5 years ago
Thom Wiggers
b2ef82e2da
Remove duplicate namespace_prefix
5 years ago