# Functions
GeneratePrivateKey generates a new private key.
PrivateKeyFromHex decodes a hexified private key into PrivateKeyEd25519.
PrivateKeyFromSecret generates a private key from a given secret.
No description provided by the author
PublicKeyFromHex decodes a hex version of the public key into PublicKeyEd25519.
# Constants
PrivateKeySize is the size, in bytes, of private keys as used in this package.
PublicKeySize is the size, in bytes, of public keys as used in this package.
SignatureSize is the size, in bytes, of signatures generated and verified by this package.
# Type aliases
PrivateKeyEd25519 is the private key container.
PublicKeyEd25519 is the public key container.
Signature is the signature container.