diff options
Diffstat (limited to 'common/common.go')
-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 |