aboutsummaryrefslogtreecommitdiff
path: root/guests/dvt-circuits/bls_utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'guests/dvt-circuits/bls_utils/Cargo.toml')
-rw-r--r--guests/dvt-circuits/bls_utils/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/guests/dvt-circuits/bls_utils/Cargo.toml b/guests/dvt-circuits/bls_utils/Cargo.toml
new file mode 100644
index 0000000..a6f4922
--- /dev/null
+++ b/guests/dvt-circuits/bls_utils/Cargo.toml
@@ -0,0 +1,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"