Get algorithm information
Algorithm metadata
Generate a new SLH-DSA-SHAKE-256s keypair
Sign a message using a secret key
Message to sign (any length)
Secret key (128 bytes)
Signature (29792 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-256s signature scheme wrapper class
SlhDsaShake256s
Description
High-level wrapper for SLH-DSA-SHAKE-256s signature operations. Provides secure key generation, signing, and verification with automatic memory management.
Memory Management:
Example