# Functions

FromTmEd25519 converts a Tendermint ED25519 pubkey into our own ED25519 PubKey.
GenPrivKey generates a new ed25519 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
PrivKeySize is the size, in bytes, of private keys as used in this package.
No description provided by the author
PubKeySize is is the size, in bytes, of public keys as used in this package.
SeedSize is the size, in bytes, of private key seeds.
Size of an Edwards25519 signature.

# Variables

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

# Structs

PrivKey defines a ed25519 private key.
PubKey defines a ed25519 public key Key is the compressed form of the pubkey.