package
0.0.0-20230516101456-1d7836d562fc
Repository: https://github.com/exfury/grbchain.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.