# Functions
GenerateKey creates a public/private key pair.
No description provided by the author
GenerateKey creates a private key.
NewSeed represents the factory method for a Seed object.
No description provided by the author
No description provided by the author
PrivateKeyFromBytes creates a PrivateKey from the given bytes.
PrivateKeyFromSeed calculates a private key from a seed.
PublicKeyFromBytes creates a PublicKey from the given bytes.
PublicKeyFromString parses the given string with base58 encoding and returns a PublicKey.
RecoverKey makes sure that key and signature have the correct length and verifies whether sig is a valid signature of data by pub.
SignatureFromBytes creates a Signature from the given bytes.
# 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
# Variables
No description provided by the author
No description provided by the author
# Type aliases
PrivateKey is the type of Ed25519 private keys.
PublicKey is the type of Ed25519 public keys.
No description provided by the author