Get algorithm information
Algorithm metadata
Generate a new Falcon-512 keypair
Sign a message with Falcon-512
Message to sign (any length)
Secret key (1281 bytes)
Signature (variable length, max 752 bytes)
Verify a Falcon-512 signature
Original message
Signature to verify
Public key (897 bytes)
True if signature is valid, false otherwise
Falcon-512 signature algorithm wrapper class
Falcon512
Description
High-level wrapper for Falcon-512 signature operations. Provides secure key generation, message signing, and signature verification with automatic memory management.
Memory Management:
Example