pub const HASH_ID_ORIGINAL_FALCON: HashIdentifier<'static>;
Expand description
Hash function identifier: original Falcon design.
This identifier modifies processing of the input so that it follows the Falcon scheme as it was submitted for round 3 of the post-quantum cryptography standardization process. When this identifier is used:
- The message is raw (not pre-hashed).
- The domain separation context is not used.
- The public key hash is not included in the signed data.
Supporting the original Falcon design is an obsolescent feature that will be removed at the latest when the final FN-DSA standard is published.