Commit Graph

997 Commits

Author SHA1 Message Date
John M. Schanck
81425edb3b ntru: Match sample_fixed_weight to spec. Changes KATs. (c.f. Simone Dutto pqcforum 20200731) 2020-10-16 13:08:44 -04:00
Thom Wiggers
d665d3f527
Merge pull request #337 from jschanck/ntru
Update NTRU
2020-10-13 08:09:14 +02:00
John M. Schanck
a94abf08a1 Update NTRU
Oussama Danba caught a bug in how we were handing a test related to
ciphertext encoding. Not a security issue as far as we can tell, but
certainly not the correct behavior.

More detail here: e0ab9525f1

This commit also switches ntruhrss701/avx2/poly_S3_inv to the
Bernstein--Yang code, also slightly simplifies the poly_Rq_to_S3
routine.
2020-10-12 15:24:00 -04:00
Thom Wiggers
fda6416b35
Merge pull request #335 from jschanck/dilithium
Fix dilithium namespacing issues
2020-10-12 09:35:06 +02:00
John M. Schanck
26599d60a5 dilithium: format nttconsts.c 2020-10-11 14:25:44 -04:00
John M. Schanck
4bc2872af8 dilithium: Remove leading underscore from some internal symbols 2020-10-11 14:25:44 -04:00
Thom Wiggers
462c7971d8
Merge pull request #300 from thomwiggers/test-actions
Use Github Actions to run tests (+ many SPHINCS+ AVX2 fixes for Windows)
2020-10-11 13:05:16 +02:00
Thom Wiggers
32b066036d
Implement testing via Github actions
* Fix a bunch of issues in SPHINCS+ on Windows
* Fix testing makefile dependencies by fixing times of common files
  (affected Windows testing mainly)
2020-10-09 15:11:23 +02:00
Thom Wiggers
1941405d91
Merge pull request #332 from jschanck/hqc
HQC: updated packaging script. should resolve #327
2020-10-06 09:08:28 +02:00
Thom Wiggers
c9e6843d23
Merge pull request #333 from jschanck/ntru
ntru: packaging script update. resolves #331
2020-10-06 09:05:49 +02:00
John M. Schanck
de82d896a3 ntru: sort includes 2020-10-05 18:38:22 -04:00
John M. Schanck
4e1314d338 ntru: fix narrowing warning 2020-10-05 17:28:18 -04:00
John M. Schanck
0f148a6991 ntru: packaging script update. resolves #331 2020-10-05 14:09:11 -04:00
John M. Schanck
40d5b64fd0 HQC: updated packaging script. should resolve #327 2020-10-05 12:55:34 -04:00
mergify[bot]
5eed5d3af1
Merge pull request #329 from PQClean/fix-test_symbol_namespace
Fix the test_symbol_namespace test
2020-10-02 05:48:05 +00:00
mergify[bot]
3a589a1301
Merge branch 'master' into fix-test_symbol_namespace 2020-10-01 17:27:44 +00:00
mergify[bot]
68e8292a2a
Merge pull request #330 from PQClean/fix-hqc-meta
Fix flags specified in HQC meta files
2020-10-01 14:19:27 +00:00
Thom Wiggers
1302bbbffb
Fix flags specified in HQC meta files 2020-10-01 09:21:50 +02:00
Thom Wiggers
325750f396
Namespace global variable in HQC 2020-10-01 09:17:54 +02:00
Thom Wiggers
08154573f0
Fix test_symbol_namespace 2020-10-01 09:17:34 +02:00
Thom Wiggers
383874f408
Merge pull request #325 from jschanck/test_boolean
Ban boolean operators in arithmetic expressions
2020-09-21 16:24:47 +02:00
John M. Schanck
60751536aa falcon: fix fpr_lt 2020-09-18 22:18:08 -04:00
John M. Schanck
a7e44f79ac astyle 2020-09-17 11:54:58 -04:00
John M. Schanck
1caa0cfeff falcon: conversion warning 2020-09-17 11:25:08 -04:00
John M. Schanck
3773b71aa3 falcon/test_boolean: conversion warning 2020-09-17 07:19:31 -04:00
John M. Schanck
bcc9a619d9 rainbow/test_boolean: Use 1^x instead of 1-x to avoid conversion warning 2020-09-17 07:19:31 -04:00
John M. Schanck
9064186cdb astyle 2020-09-17 07:19:31 -04:00
John M. Schanck
d708e6163a falcon: satisfy test_boolean 2020-09-17 07:19:31 -04:00
John M. Schanck
121258e054 sphincs: satisfy test_boolean 2020-09-17 07:19:31 -04:00
John M. Schanck
a59cf4cba7 frodo: satisfy test_boolean 2020-09-17 07:19:31 -04:00
John M. Schanck
83613a5978 rainbow: satisfy test_boolean 2020-09-17 07:19:31 -04:00
John M. Schanck
938a5dcd5d mceliece, ntru, ntruprime: satisfy test_boolean (in int32_sort)" 2020-09-17 07:19:31 -04:00
John M. Schanck
8ec84d0c3a inspect initializations 2020-09-17 07:19:31 -04:00
John M. Schanck
720fe60ace Add test/test_boolean.py 2020-09-17 07:19:31 -04:00
Thom Wiggers
365319041a
Merge pull request #324 from jschanck/hqc
New HQC and HQC-RMRS from upstream
2020-09-17 10:29:06 +02:00
John M. Schanck
0dee1d6aa6 readability changes 2020-09-15 11:54:11 -04:00
Thom Wiggers
ee3422d13f
Merge pull request #317 from jschanck/ntruprime
Add sntrup{653,761,857} and ntrulpr{653,761,857}
2020-09-15 10:45:24 +02:00
John M. Schanck
5807a5400c trying to satisfy ms again 2020-09-14 17:47:08 -04:00
John M. Schanck
601e78e0a1 ms compiler 2020-09-14 17:36:52 -04:00
John M. Schanck
43498b628d typo and unary negation 2020-09-14 17:11:08 -04:00
John M. Schanck
7fb5b0e9a4 Revert "ms compiler changes for fft.c"
This reverts commit 99bed07f64.
2020-09-14 17:02:28 -04:00
John M. Schanck
37e0077ec3 ms compiler 2020-09-14 16:45:04 -04:00
John M. Schanck
15330871bf uniform vect_compare implementations 2020-09-14 16:44:09 -04:00
John M. Schanck
cd1c930508 ms compiler changes for reed_solomon.c 2020-09-14 16:09:15 -04:00
John M. Schanck
6499f18855 negative return code 2020-09-14 13:19:20 -04:00
John M. Schanck
99bed07f64 ms compiler changes for fft.c 2020-09-14 13:04:38 -04:00
John M. Schanck
721610cca7 simplify clean/repetition.c and satisfy test_boolean 2020-09-14 12:53:28 -04:00
John M. Schanck
470c2662f9 Fix non-constant time FO test 2020-09-14 11:27:56 -04:00
John M. Schanck
d4008c7f1e uint8_t api for encode/decode in optimized rmrs 2020-09-13 14:44:34 -04:00
John M. Schanck
4da9f0b087 more endianness fixes 2020-09-13 12:23:25 -04:00