package
0.27.3
Repository: https://github.com/corestario/tendermint.git
Documentation: pkg.go.dev

# Functions

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
No description provided by the author
PubKeyEd25519Size is the number of bytes in an Ed25519 signature.
Size of an Edwards25519 signature.

# Type aliases

PrivKeyEd25519 implements crypto.PrivKey.
PubKeyEd25519 implements crypto.PubKey for the Ed25519 signature scheme.