rsa-fdh 0.5.0

RSA-FDH is a is provably secure blind-signing signature scheme that uses RSA and a full domain hash and support blind signing / blind signatures
Documentation
[dependencies.digest]
version = "0.9.0"

[dependencies.fdh]
version = "0.7.3"

[dependencies.num-bigint]
features = ["zeroize"]
package = "num-bigint-dig"
version = "0.6"

[dependencies.rand]
version = "0.7.3"

[dependencies.rsa]
features = ["expose-internals"]
version = "0.3.0"

[dependencies.subtle]
version = "2.3.0"

[dependencies.thiserror]
version = "1.0.22"
[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.rand]
version = "0.7.3"

[dev-dependencies.sha-1]
version = "0.9.2"

[dev-dependencies.sha2]
version = "0.9.2"

[package]
authors = ["phayes <patrick.d.hayes@gmail.com>"]
categories = ["cryptography"]
description = "RSA-FDH is a is provably secure blind-signing signature scheme that uses RSA and a full domain hash and support blind signing / blind signatures"
edition = "2018"
keywords = ["crypto", "rsa", "signature", "blind"]
license = "MIT OR Apache-2.0"
name = "rsa-fdh"
readme = "README.md"
repository = "https://github.com/phayes/rsa-fdh"
version = "0.5.0"