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