Structs§
- StdLibrary
- TODO: add docs
Constants§
- EVENT_
FALCON_ SIG_ TO_ STACK - Event ID for pushing a Falcon signature to the advice stack. This event is used for testing purposes only.
Functions§
- falcon_
sign - Signs the provided message with the provided secret key and returns the resulting signature
encoded in the format required by the rpo_faclcon512::verify procedure, or
None
if the secret key is malformed due to either incorrect length or failed decoding.