Douglas Stebila
|
6e1f66d047
|
Don't run testvectors checks on KEMs (#161)
|
2019-04-30 11:15:57 -04:00 |
|
Douglas Stebila
|
e568dd09c0
|
Copy ntru fixes from recent commits
|
2019-04-29 09:41:17 -04:00 |
|
Joost Rijneveld
|
68b12866ce
|
Use more standard Wvla
|
2019-04-24 13:52:02 +02:00 |
|
Joost Rijneveld
|
e32666a0ab
|
Throw errors when using variable-length arrays
Windows already complains about this in CI, but this will
let us catch these issues on Linux as well.
|
2019-04-24 12:35:17 +02:00 |
|
Joost Rijneveld
|
baf93e2826
|
Merge pull request #146 from PQClean/move-secret-key-to-scheme-meta
Move secret key length back to scheme-level META
|
2019-04-18 17:14:08 +02:00 |
|
Thom Wiggers
|
b5d4e93478
|
Add -O3 to CFLAGS
|
2019-04-17 11:56:16 +02:00 |
|
Joost Rijneveld
|
972315dec5
|
Move secret key length back to scheme-level META
|
2019-04-17 11:08:45 +02:00 |
|
Douglas Stebila
|
c0cf260113
|
Merge branch 'master' into nist-kat
|
2019-04-16 16:20:31 -04:00 |
|
Douglas Stebila
|
24938353ac
|
Merge branch 'master' into nist-kat
|
2019-04-16 14:19:20 -04:00 |
|
Thom Wiggers
|
48bae57f24
|
Fix NTRU implementation according to c7fa0b98bc
|
2019-04-16 15:25:18 +02:00 |
|
Thom Wiggers
|
e711d6e3b9
|
Fix hash length in NTRU
|
2019-04-16 13:37:50 +02:00 |
|
Thom Wiggers
|
873216c702
|
Fix integer overflow problems in NTRU
|
2019-04-16 13:37:50 +02:00 |
|
Thom Wiggers
|
3431dd2e0a
|
No reason for C source files to be executable
|
2019-04-16 13:28:44 +02:00 |
|
Douglas Stebila
|
a815543f32
|
Add NIST KAT check for KEMs
|
2019-04-14 17:17:11 -04:00 |
|
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
|
2019-04-13 13:08:07 -04:00 |
|