add IND-CPA/IND-CCA2 flag to newhope
This commit is contained in:
parent
50b1bf959e
commit
6659ba1d9c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user