Ver código fonte

fix: client shouldn't use P751/x448 ID

v1.2.3
Kris Kwiatkowski 6 anos atrás
pai
commit
ce53b126bc
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      _dev/tris-testclient/client.go

+ 2
- 2
_dev/tris-testclient/client.go Ver arquivo

@@ -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
}


Carregando…
Cancelar
Salvar