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 e491b41 commit ea35e22Copy full SHA for ea35e22
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 = "d3e37f9", default-features = false, optional = true }
+ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "86e3ce0", 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