diff options
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 |
commit | 9dbeb486bae03555c0ebd8e30708ef1fb2132231 (patch) | |
tree | 8a18b5e650d3bfa4568f81331cd21419ea172109 /common | |
parent | 0eab6394734540c31dad54ecfc691b790ea4550c (diff) |
randomized test and benchmark work!
Diffstat (limited to 'common')
-rw-r--r-- | common/common.go | 1 |
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 |