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