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