Преглед на файлове

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" ]