Versions in this module Expand all Collapse all v0 v0.9.2 May 24, 2021 Changes in this version + const PrivKeyAminoName + const PubKeyAminoName + const PubKeyEd25519Size + const SignatureSize + type PrivKeyEd25519 [64]byte + func GenPrivKey() PrivKeyEd25519 + func GenPrivKeyFromSecret(secret []byte) PrivKeyEd25519 + func (privKey PrivKeyEd25519) Bytes() []byte + func (privKey PrivKeyEd25519) Equals(other crypto.PrivKey) bool + func (privKey PrivKeyEd25519) PubKey() crypto.PubKey + func (privKey PrivKeyEd25519) Sign(msg []byte) ([]byte, error) + type PubKeyEd25519 [PubKeyEd25519Size]byte + func (pubKey PubKeyEd25519) Address() crypto.Address + func (pubKey PubKeyEd25519) Bytes() []byte + func (pubKey PubKeyEd25519) Equals(other crypto.PubKey) bool + func (pubKey PubKeyEd25519) String() string + func (pubKey PubKeyEd25519) VerifyBytes(msg []byte, sig []byte) bool