Ver código fonte

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

Ian Goldberg 2 semanas atrás
pai
commit
24c3f94e64
1 arquivos alterados com 5 adições e 0 exclusões
  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" ]