fedimint-tbs 0.5.0

tbs is a helper cryptography library for threshold blind signatures
Documentation
[[bench]]
harness = false
name = "tbs"
path = "benches/tbs.rs"

[dependencies.bls12_381]
version = "0.8.0"

[dependencies.fedimint-core]
version = "=0.5.0"

[dependencies.group]
version = "0.13.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.214"

[dependencies.sha3]
version = "0.10.8"

[dev-dependencies.criterion]
version = "0.5.1"

[features]
default = []
unstable = []

[lib]
name = "tbs"
path = "src/lib.rs"

[package]
authors = ["The Fedimint Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.5.0"