RSA-FDH is a provably secure blind-signing signature scheme using RSA and a full domain hash, supporting blind signing and blind signatures.
# Cargo.toml
[dependencies]
rsa-fdh = "0.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a blind signature for a message using RSA-FDH.
Ensure you use a cryptographically secure random number generator and appropriate key sizes (e.g., 2048 bits or higher).
No dependency data recorded yet.