Browse Source

Add a "dump" feature that passes down to sigma-compiler

Ian Goldberg 2 weeks ago
parent
commit
24c3f94e64
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Cargo.toml

+ 5 - 0
Cargo.toml

@@ -29,3 +29,8 @@ sha2 = "0.10"
 [patch.crates-io]
 cmz-derive = { path = "cmz-derive" }
 cmz-core = { path = "cmz-core" }
+
+[features]
+# Dump (to stdout or to a string) the value of the instance on both the
+# prover's and verifier's side.  They should match.
+dump = [ "sigma-compiler/dump" ]