Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2024 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 (pub *PubKeyEd25519) UnmarshalFromAmino(bytes []byte) error + func (pubKey PubKeyEd25519) Address() crypto.Address + func (pubKey PubKeyEd25519) AminoSize(_ *amino.Codec) int + 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