# Functions
GenerateKey generates a public/private key pair using entropy from rand.
NewKeyFromSeed derives a public/private key pair using the given seed.
Scheme returns a signature interface.
SignTo signs the given message and writes the signature into signature.
Verify checks whether the given signature by pk on msg is valid.
# Constants
PrivateKeySize is the length in bytes of the packed public key.
PublicKeySize is the length in bytes of the packed public key.
> mode3.SeedSize.
SignatureSize is the length in bytes of the signatures.
# Structs
PrivateKey is the type of an EdDilithium3 private key.
PublicKey is the type of an EdDilithium3 public key.