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