We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd2f9b commit f6e80d3Copy full SHA for f6e80d3
Cargo.toml
@@ -18,7 +18,7 @@ rand_chacha = { version = "0.3", default-features = false }
18
rayon = { version = "1.10", default-features = false, optional = true }
19
hmac = {version = "0.12", default-features = false, optional = true }
20
# Waiting for crates.io
21
-ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "6e45942", default-features = false, optional = true }
+ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "149fa4b", default-features = false, optional = true }
22
# Curves
23
ark-secp256r1 = { version = "0.4.0", default-features = false, optional = true }
24
ark-ed25519 = { version = "0.4.0", default-features = false, optional = true }
0 commit comments