瀏覽代碼

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

Ian Goldberg 2 周之前
父節點
當前提交
24c3f94e64
共有 1 個文件被更改,包括 5 次插入0 次删除
  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" ]