From 9dbeb486bae03555c0ebd8e30708ef1fb2132231 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Fri, 15 Nov 2024 19:30:11 +0100 Subject: randomized test and benchmark work! --- common/common.go | 1 + 1 file changed, 1 insertion(+) (limited to 'common/common.go') diff --git a/common/common.go b/common/common.go index d72daaf..4dbbd92 100644 --- a/common/common.go +++ b/common/common.go @@ -14,6 +14,7 @@ type Point = curve.Curve25519Point var Curve = curve.Curve25519 var G = Curve.Generator() var One = Curve.ScalarOne() +var Id = Curve.Identity() type Bytes interface { Bytes() []byte -- cgit v1.2.3