Versions in this module Expand all Collapse all v0 v0.11.1 Mar 16, 2021 v0.10.1 Mar 16, 2021 Changes in this version + const KeyType + const PrivKeyName + const PrivKeySize + const PubKeyName + var CryptoCodec = codec.New() + func RegisterCodec(cdc *codec.Codec) + type PrivKey []byte + func GenerateKey() (PrivKey, error) + func (privkey PrivKey) Bytes() []byte + func (privkey PrivKey) Equals(other tmcrypto.PrivKey) bool + func (privkey PrivKey) PubKey() tmcrypto.PubKey + func (privkey PrivKey) Sign(msg []byte) ([]byte, error) + func (privkey PrivKey) ToECDSA() *ecdsa.PrivateKey + type PubKey []byte + func (key PubKey) Address() tmcrypto.Address + func (key PubKey) Bytes() []byte + func (key PubKey) Equals(other tmcrypto.PubKey) bool + func (key PubKey) VerifyBytes(msg []byte, sig []byte) bool