package
0.0.0-20220523101112-b7ec496fd55b
Repository: https://github.com/cosmos/keystone.git
Documentation: pkg.go.dev
# Functions
KeyFrom generates an ed25519 keypair from an input password by first hashing the input and then inputting the resulting hash into scrypt with recommended params.
randomBytes returns up to <size> crypto-random bytes.
RandomUint64 returns a crypto-random integer between 0 and the maximum possible unsigned 64 bit integer.