From 3895b624f305f4eda6367478b302b46321e583c8 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Tue, 9 Oct 2018 08:54:33 +0100 Subject: [PATCH] sidh: comment out P751/x448 --- common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.go b/common.go index 471fd1d..1a5ade7 100644 --- a/common.go +++ b/common.go @@ -124,7 +124,7 @@ const ( // Experimental KEX HybridSidhP503Curve25519 CurveID = 0x0105 + (sidhP503 & 0xFF) // HybridSIDH: X25519 + P503 - HybridSidhP751Curve448 CurveID = 0x0105 + (sidhP751 & 0xFF) // HybridSIDH: X448 + P751 + // HybridSidhP751Curve448 CurveID = 0x0105 + (sidhP751 & 0xFF) // HybridSIDH: X448 + P751 // Internal usage. Deliberately not exported sidhP503 CurveID = 0xFE00