Versions in this module Expand all Collapse all v0 v0.3.8 Oct 21, 2020 v0.3.7 Oct 21, 2020 Changes in this version + func GetCurveParams() twistededwards.CurveParams + func New(seed [32]byte, hFunc hash.Hash) (PublicKey, PrivateKey) + func Verify(sig Signature, message fr.Element, pub PublicKey) (bool, error) + type PrivateKey struct + type PublicKey struct + A twistededwards.Point + HFunc hash.Hash + type Signature struct + R twistededwards.Point + S fr.Element + func Sign(message fr.Element, pub PublicKey, priv PrivateKey) (Signature, error)