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