Browse Source

Metadata and duplicate consistency fixes for ntruhps2048677

tags/v0.0.1
Douglas Stebila 5 years ago
parent
commit
fb31e71e7e
2 changed files with 19 additions and 1 deletions
  1. +1
    -1
      crypto_kem/ntruhps2048677/META.yml
  2. +18
    -0
      test/duplicate_consistency/ntruhps2048677_clean.yml

+ 1
- 1
crypto_kem/ntruhps2048677/META.yml View File

@@ -1,6 +1,6 @@
name: ntru-hps2048677
type: kem
claimed-nist-level: 1
claimed-nist-level: 3
length-public-key: 930
length-ciphertext: 930
length-shared-secret: 32


+ 18
- 0
test/duplicate_consistency/ntruhps2048677_clean.yml View File

@@ -0,0 +1,18 @@
consistency_checks:
- source:
scheme: ntruhps2048509
implementation: clean
files:
- crypto_sort.c
- crypto_sort.h
- kem.c
- owcpa.c
- owcpa.h
- pack3.c
- packq.c
- poly.c
- poly.h
- sample.c
- sample.h
- verify.c
- verify.h

Loading…
Cancel
Save