blob: a6f4922cb5d01e2de0e4f78d5051aa0bdec4ccaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "bls_utils"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
[dependencies]
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", features = ["experimental"] }
ff = "0.13.0"
rand = "0.8.5"
group = "0.13.0"
serde = "1.0.216"
dvt_abi = { path = "../dvt_abi" }
sha2 = "0.10"
hex = "0.4"
|