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 390c1de commit 08a713eCopy full SHA for 08a713e
Cargo.toml
@@ -32,7 +32,11 @@ rand_chacha = "0.1"
32
33
[features]
34
avx2_backend = ["curve25519-dalek/avx2_backend"]
35
-yoloproofs = []
+# Disable the yoloproofs feature in the released crate.
36
+# To test it, use a git dependency on the develop branch and enable the
37
+# yoloproofs feature. Note that this means it's impossible to publish a crate
38
+# depending on the unstable R1CS API.
39
+#yoloproofs = []
40
41
[[test]]
42
name = "range_proof"
0 commit comments