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