# Functions
GenerateKey generates a new random private key.
RegisterCodec registers all the necessary types with amino for the given codec.
# Constants
KeyType is the string constant for the EthSecp256k1 algorithm.
PrivKeyName defines the amino encoding name for the EthSecp256k1 private key.
PrivKeySize defines the size of the PrivKey bytes.
PubKeyName defines the amino encoding name for the EthSecp256k1 public key.
# Variables
CryptoCodec is the default amino codec used by ethermint.