Versions in this module Expand all Collapse all v0 v0.2.0 May 27, 2019 Changes in this version + const PrivateKeySize + const PublicKeySize + const SeedSize + const SignatureSize + type PrivateKey []byte + func NewKeyFromSeed(seed []byte) PrivateKey + func (priv PrivateKey) PublicKey() PublicKey + func (priv PrivateKey) SignHash(hash crypto.Hash) []byte + type PublicKey []byte + func (pub PublicKey) VerifyHash(hash crypto.Hash, sig []byte) bool