Crate for automatically generating code for sigma zero-knowledge proof protocols of more complex statements than are supported by the sigma-proofs crate. The statements given to this crate are compiled into statements about linear combinations of points, and transformed into the sigma-proofs API.

Ian Goldberg dcf9c81a49 Code generation to use the sigma-rs API 4 months ago
sigma_compiler_core dcf9c81a49 Code generation to use the sigma-rs API 4 months ago
sigma_compiler_derive 3602aa75be Apply the substitutions in the main sigma_compiler_core function 5 months ago
src 110a9eacb1 Functions to compute a bit representation for a range proof 4 months ago
tests b2d950a090 The underlying sigma-rs crate supports scalar_var * scalar_const but not the other way around, so change the tests to do that 4 months ago
Cargo.toml 37afe1ede0 Constant-time and variable-time runtime bit decomposition for range proofs 4 months ago