From fb31e71e7e5d2aecc408c8e38722b79889fd0f1a Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Sun, 14 Apr 2019 19:58:46 -0400 Subject: [PATCH] Metadata and duplicate consistency fixes for ntruhps2048677 --- crypto_kem/ntruhps2048677/META.yml | 2 +- .../ntruhps2048677_clean.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 test/duplicate_consistency/ntruhps2048677_clean.yml diff --git a/crypto_kem/ntruhps2048677/META.yml b/crypto_kem/ntruhps2048677/META.yml index 2f017e52..7a8218e4 100644 --- a/crypto_kem/ntruhps2048677/META.yml +++ b/crypto_kem/ntruhps2048677/META.yml @@ -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 diff --git a/test/duplicate_consistency/ntruhps2048677_clean.yml b/test/duplicate_consistency/ntruhps2048677_clean.yml new file mode 100644 index 00000000..3437e899 --- /dev/null +++ b/test/duplicate_consistency/ntruhps2048677_clean.yml @@ -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