Versions in this module Expand all Collapse all v0 v0.32.0 Sep 13, 2023 Changes in this version + const PrivKeyAminoName + const PubKeyAminoName + const PubKeySecp256k1Size + type PrivKeySecp256k1 [32]byte + func GenPrivKey() PrivKeySecp256k1 + func GenPrivKeySecp256k1(secret []byte) PrivKeySecp256k1 + func (privKey PrivKeySecp256k1) Bytes() []byte + func (privKey PrivKeySecp256k1) Equals(other crypto.PrivKey) bool + func (privKey PrivKeySecp256k1) PubKey() crypto.PubKey + func (privKey PrivKeySecp256k1) Sign(msg []byte) ([]byte, error) + type PubKeySecp256k1 [PubKeySecp256k1Size]byte + func (pubKey PubKeySecp256k1) Address() crypto.Address + func (pubKey PubKeySecp256k1) Bytes() []byte + func (pubKey PubKeySecp256k1) Equals(other crypto.PubKey) bool + func (pubKey PubKeySecp256k1) String() string + func (pubKey PubKeySecp256k1) VerifyBytes(msg []byte, sigStr []byte) bool