ソースを参照

fix: client shouldn't use P751/x448 ID

v1.2.3
コミット
ce53b126bc
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      _dev/tris-testclient/client.go

+ 2
- 2
_dev/tris-testclient/client.go ファイルの表示

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


読み込み中…
キャンセル
保存