Browse Source

Improves comment

drbg_asm
Kris Kwiatkowski 5 years ago
parent
commit
e66cc99401
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dh/sidh/params.go

+ 1
- 1
dh/sidh/params.go View File

@@ -42,7 +42,7 @@ func init() {
OneFp2: p503.P503OneFp2,
HalfFp2: p503.P503HalfFp2,
MsgLen: 24,
// SIKEp751 provides 128 bit of classical security ([SIKE], 5.1)
// SIKEp503 provides 128 bit of classical security ([SIKE], 5.1)
KemSize: 16,
Bytelen: p503.P503_Bytelen,
Op: p503.FieldOperations(),


Loading…
Cancel
Save