Browse Source

fix: client shouldn't use P751/x448 ID

v1.2.3
Kris Kwiatkowski 6 years ago
parent
commit
ce53b126bc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      _dev/tris-testclient/client.go

+ 2
- 2
_dev/tris-testclient/client.go View File

@@ -55,8 +55,8 @@ func getQrAlgoId(qr string) tls.CurveID {
switch qr {
case "SIDH-P503-X25519":
return tls.HybridSidhP503Curve25519
case "SIDH-P751-X448":
return tls.HybridSidhP751Curve448
//case "SIDH-P751-X448":
// return tls.HybridSidhP751Curve448
default:
return 0
}


Loading…
Cancel
Save