Get algorithm information
Algorithm metadata
Generate a new SNOVA-49-11-3 keypair
Sign a message using the secret key
Message to sign (arbitrary length)
Secret key for signing (48 bytes)
Digital signature (up to 286 bytes)
Verify a signature against a message using the public key
Original message that was signed
Signature to verify
Public key for verification (6006 bytes)
True if signature is valid, false otherwise
SNOVA-49-11-3 digital signature wrapper class
Snova49113
Description
High-level wrapper for SNOVA-49-11-3 signature operations. Provides secure key generation, signing, and verification with automatic memory management.
Memory Management:
Example