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