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
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 月之前 |
|
sigma_compiler_core
|
0f1e6699cb
Typo fix to range proof generated statement
|
4 月之前 |
|
sigma_compiler_derive
|
3602aa75be
Apply the substitutions in the main sigma_compiler_core function
|
5 月之前 |
|
src
|
110a9eacb1
Functions to compute a bit representation for a range proof
|
4 月之前 |
|
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 月之前 |
|
Cargo.toml
|
37afe1ede0
Constant-time and variable-time runtime bit decomposition for range proofs
|
4 月之前 |