Versions in this module Expand all Collapse all v0 v0.3.5 Nov 8, 2021 v0.3.4 Nov 8, 2021 v0.3.3 Nov 7, 2021 Changes in this version + const PrivateKeyBytes + func EcRecover(msg, signature []byte) ([]byte, error) + func GenerateKey() ([]byte, error) + func GenerateKeyFromSeed(seed io.Reader) ([]byte, error) + func PublicKey(sk []byte) []byte + func Sign(sk, msg []byte) ([]byte, error)