package
1.6.0
Repository: https://github.com/cloudflare/circl.git
Documentation: pkg.go.dev

# 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 generic signature interface for ML-DSA-65.
SignTo signs the given message and writes the signature into signature.
Verify checks whether the given signature by pk on msg is valid.

# Constants

Size of a packed PrivateKey.
Size of a packed PublicKey.
Size of seed for NewKeyFromSeed.
Size of a signature.

# Type aliases

PrivateKey is the type of ML-DSA-65 private key.
PublicKey is the type of ML-DSA-65 public key.