Browse Source

NTRU: duplicate consistency

tags/v0.0.1
John M. Schanck 4 years ago
committed by Kris Kwiatkowski
parent
commit
722b510358
6 changed files with 116 additions and 16 deletions
  1. +31
    -0
      test/duplicate_consistency/ntruhps2048677_avx2.yml
  2. +8
    -4
      test/duplicate_consistency/ntruhps2048677_clean.yml
  3. +33
    -0
      test/duplicate_consistency/ntruhps4096821_avx2.yml
  4. +13
    -4
      test/duplicate_consistency/ntruhps4096821_clean.yml
  5. +26
    -0
      test/duplicate_consistency/ntruhrss701_avx2.yml
  6. +5
    -8
      test/duplicate_consistency/ntruhrss701_clean.yml

+ 31
- 0
test/duplicate_consistency/ntruhps2048677_avx2.yml View File

@@ -0,0 +1,31 @@
consistency_checks:
- source:
scheme: ntruhps2048509
implementation: clean
files:
- cmov.c
- cmov.h
- kem.c
- LICENSE
- owcpa.c
- owcpa.h
- pack3.c
- packq.c
- poly.c
- poly_lift.c
- sample.c
- sample.h
- source:
scheme: ntruhps2048509
implementation: avx2
files:
- crypto_sort_int32.c
- crypto_sort_int32.h
- poly.h
- sample_iid.c
- source:
scheme: ntruhps2048677
implementation: clean
files:
- api.h
- params.h

+ 8
- 4
test/duplicate_consistency/ntruhps2048677_clean.yml View File

@@ -3,16 +3,20 @@ consistency_checks:
scheme: ntruhps2048509
implementation: clean
files:
- crypto_sort.c
- crypto_sort.h
- cmov.c
- cmov.h
- crypto_sort_int32.c
- crypto_sort_int32.h
- kem.c
- LICENSE
- owcpa.c
- owcpa.h
- pack3.c
- packq.c
- poly.c
- poly.h
- poly_lift.c
- poly_mod.c
- sample.c
- sample.h
- verify.c
- verify.h
- sample_iid.c

+ 33
- 0
test/duplicate_consistency/ntruhps4096821_avx2.yml View File

@@ -0,0 +1,33 @@
consistency_checks:
- source:
scheme: ntruhps2048509
implementation: clean
files:
- cmov.c
- cmov.h
- kem.c
- LICENSE
- owcpa.c
- owcpa.h
- poly.c
- poly_lift.c
- sample.c
- sample.h
- source:
scheme: ntruhrss701
implementation: clean
files:
- pack3.c
- source:
scheme: ntruhps2048509
implementation: avx2
files:
- poly.h
- sample_iid.c
- source:
scheme: ntruhps4096821
implementation: clean
files:
- api.h
- packq.c
- params.h

+ 13
- 4
test/duplicate_consistency/ntruhps4096821_clean.yml View File

@@ -3,14 +3,23 @@ consistency_checks:
scheme: ntruhps2048509
implementation: clean
files:
- crypto_sort.c
- crypto_sort.h
- cmov.c
- cmov.h
- crypto_sort_int32.c
- crypto_sort_int32.h
- kem.c
- LICENSE
- owcpa.c
- owcpa.h
- poly.c
- poly.h
- poly_lift.c
- poly_mod.c
- sample.c
- sample.h
- verify.c
- verify.h
- sample_iid.c
- source:
scheme: ntruhrss701
implementation: clean
files:
- pack3.c

+ 26
- 0
test/duplicate_consistency/ntruhrss701_avx2.yml View File

@@ -0,0 +1,26 @@
consistency_checks:
- source:
scheme: ntruhps2048509
implementation: clean
files:
- cmov.c
- cmov.h
- kem.c
- LICENSE
- poly.c
- source:
scheme: ntruhps2048509
implementation: avx2
files:
- poly.h
- sample_iid.c
- source:
scheme: ntruhrss701
implementation: clean
files:
- api.h
- pack3.c
- packq.c
- params.h
- sample.c
- sample.h

+ 5
- 8
test/duplicate_consistency/ntruhrss701_clean.yml View File

@@ -3,12 +3,9 @@ consistency_checks:
scheme: ntruhps2048509
implementation: clean
files:
- cmov.c
- cmov.h
- kem.c
- poly.h
- verify.c
- verify.h
- source:
scheme: ntruhps4096821
implementation: clean
files:
- pack3.c
- LICENSE
- poly.c
- poly_mod.c

Loading…
Cancel
Save