Crate vaz256

Source

Structs§

  • Public key structure containing a 32-byte Shake256 hash
  • Secret key wrapper with automatic secure memory wiping
  • Complete signature containing both Dilithium signature and public key

Enums§

  • Possible errors that can occur during VAZ256 operations

Constants§

Functions§

  • Generates a new keypair using system randomness
  • Signs a message using the secret key
  • Verifies a signature against a message and public key

Type Aliases§