aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2024-11-15 19:30:11 +0100
committerÖzgür Kesim <oec@codeblau.de>2024-11-15 19:30:11 +0100
commit9dbeb486bae03555c0ebd8e30708ef1fb2132231 (patch)
tree8a18b5e650d3bfa4568f81331cd21419ea172109 /common
parent0eab6394734540c31dad54ecfc691b790ea4550c (diff)
randomized test and benchmark work!
Diffstat (limited to 'common')
-rw-r--r--common/common.go1
1 files changed, 1 insertions, 0 deletions
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