Browse Source

add IND-CPA/IND-CCA2 flag to newhope

tags/v0.0.1
Matthias J. Kannwischer 5 years ago
parent
commit
6659ba1d9c
4 changed files with 7 additions and 3 deletions
  1. +1
    -0
      crypto_kem/newhope1024cca/META.yml
  2. +3
    -2
      crypto_kem/newhope1024cpa/META.yml
  3. +1
    -0
      crypto_kem/newhope512cca/META.yml
  4. +2
    -1
      crypto_kem/newhope512cpa/META.yml

+ 1
- 0
crypto_kem/newhope1024cca/META.yml View File

@@ -1,6 +1,7 @@
name: NewHope1024CCA
type: kem
claimed-nist-level: 5
claimed-security: IND-CCA2
length-public-key: 1824
length-secret-key: 3680
length-ciphertext: 2208


+ 3
- 2
crypto_kem/newhope1024cpa/META.yml View File

@@ -1,11 +1,12 @@
name: NewHope1024CPA
type: kem
claimed-nist-level: 5
length-public-key: 1824
claimed-security: IND-CPA
length-public-key: 1824
length-secret-key: 1792
length-ciphertext: 2176
length-shared-secret: 32
nistkat-sha256: f48b42b21a51d7f9325abc5fbda74872d62feaa8cbf818bee87f29bf96630a2f
nistkat-sha256: f48b42b21a51d7f9325abc5fbda74872d62feaa8cbf818bee87f29bf96630a2f
principal-submitter: Thomas Pöppelmann
auxiliary-submitters:
- Erdem Alkim


+ 1
- 0
crypto_kem/newhope512cca/META.yml View File

@@ -1,6 +1,7 @@
name: NewHope512CCA
type: kem
claimed-nist-level: 1
claimed-security: IND-CCA2
length-public-key: 928
length-secret-key: 1888
length-ciphertext: 1120


+ 2
- 1
crypto_kem/newhope512cpa/META.yml View File

@@ -1,11 +1,12 @@
name: NewHope512CPA
type: kem
claimed-nist-level: 1
claimed-security: IND-CPA
length-public-key: 928
length-secret-key: 896
length-ciphertext: 1088
length-shared-secret: 32
nistkat-sha256: 42444446b96f45c9b7221c4fde8afd5dfc0b3c2ff05b9a88ff12ea3949fbb76c
nistkat-sha256: 42444446b96f45c9b7221c4fde8afd5dfc0b3c2ff05b9a88ff12ea3949fbb76c
principal-submitter: Thomas Pöppelmann
auxiliary-submitters:
- Erdem Alkim


Loading…
Cancel
Save