[package] name = "bzte" description = "Baek-Zheng threshold cryptosystem on top of BLS12-381" documentation = "https://docs.rs/bzte" repository = "https://github.com/Silur/bzte" homepage = "https://github.com/Silur/bzte" version = "0.1.1" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ark-ff = "0.4.0" ark-bls12-381 = "0.4.0" ark-std = "0.4.0" ark-ec = "0.4.0" sha2 = "0.10.6" hex = "0.4.3" rand = "0.8.5" ark-serialize = { version = "0.4", features = ["derive"] } ark-crypto-primitives = "0.4.0" serde = {version = "1.0.152", features = ["derive"]}