add IND-CPA/IND-CCA2 flag to newhope

This commit is contained in:
Matthias J. Kannwischer 2019-05-13 13:30:01 +02:00
parent 50b1bf959e
commit 6659ba1d9c
4 changed files with 7 additions and 3 deletions

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

View File

@ -1,6 +1,7 @@
name: NewHope1024CPA
type: kem
claimed-nist-level: 5
claimed-security: IND-CPA
length-public-key: 1824
length-secret-key: 1792
length-ciphertext: 2176

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

View File

@ -1,6 +1,7 @@
name: NewHope512CPA
type: kem
claimed-nist-level: 1
claimed-security: IND-CPA
length-public-key: 928
length-secret-key: 896
length-ciphertext: 1088