# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rsa-fdh" version = "0.5.0" authors = ["phayes "] 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" readme = "README.md" keywords = ["crypto", "rsa", "signature", "blind"] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/phayes/rsa-fdh" [dependencies.digest] version = "0.9.0" [dependencies.fdh] version = "0.7.3" [dependencies.num-bigint] version = "0.6" features = ["zeroize"] package = "num-bigint-dig" [dependencies.rand] version = "0.7.3" [dependencies.rsa] version = "0.3.0" features = ["expose-internals"] [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"