Get algorithm information
Algorithm metadata
Generate a new SLH-DSA-SHAKE-256f keypair
Sign a message using a secret key
Message to sign (any length)
Secret key (128 bytes)
Signature (49856 bytes)
Verify a signature using a public key
Original message (any length)
Signature to verify
Public key (64 bytes)
True if signature is valid, false otherwise
SLH-DSA-SHAKE-256f signature scheme wrapper class
SlhDsaShake256f
Description
High-level wrapper for SLH-DSA-SHAKE-256f signature operations. Provides secure key generation, signing, and verification with automatic memory management.
Memory Management:
Example