[dependencies.bitcoin_hashes]
version = "0.11.0"
[dependencies.bls12_381]
features = ["zeroize", "groups"]
version = "0.7.1"
[dependencies.ff]
version = "0.12.1"
[dependencies.group]
version = "0.12.1"
[dependencies.rand]
version = "0.8"
[dependencies.rand_chacha]
version = "0.3.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sha3]
version = "0.10.8"
[features]
default = []
unstable = []
[lib]
name = "tbs"
path = "src/lib.rs"
[package]
authors = ["The Fedimint Developers"]
description = "tbs is a helper cryptography library for threshold blind signatures"
edition = "2021"
license = "MIT"
name = "fedimint-tbs"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
version = "0.3.3"