# Functions

GenPrivKey generates a new ECDSA private key on curve secp256k1 private key.
GenPrivKeyFromSecret hashes the secret with SHA2, and uses that 32 byte output to create the private key.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PubKeySize is comprised of 32 bytes for one field element (the x-coordinate), plus one byte for the parity of the y-coordinate.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

PrivKey defines a type alias for an ecdsa.PrivateKey that implements Tendermint's PrivateKey interface.
PubKey defines a type alias for an ecdsa.PublicKey that implements Tendermint's PubKey interface.