[package]
name = "fedimint-tbs"
version = "0.2.0-rc5"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "tbs is a helper cryptography library for threshold blind signatures"
license = "MIT"
repository = "https://github.com/fedimint/fedimint"
[features]
default = []
unstable = []
[lib]
name = "tbs"
path = "src/lib.rs"
[dependencies]
bls12_381 = { version = "0.7.1", features = [ "zeroize", "groups" ] }
ff = "0.12.1"
group = "0.12.1"
rand = "0.8"
rand_chacha = "0.3.1"
bitcoin_hashes = "0.11.0"
serde = { version = "1.0", features = ["derive"] }
sha3 = "0.10.5"
[dev-dependencies]
bincode = "1.3.1"
clap = { version = "4.1.6", features = ["derive", "std", "help", "usage", "error-context", "suggestions"], default-features = false }