Ian Goldberg
|
d5683e25d2
The sigma-rs dependency has been renamed sigma-proofs
|
1 month ago |
Ian Goldberg
|
c4c86e28d1
In a disjunction branch, convert statements about equality of public Scalars to statements about equality of public Points by multiplying each side by a generator
|
2 months ago |
Ian Goldberg
|
4641a3cabc
Allow statements that are equality of a public Scalar variable to a public Scalar expression.
|
3 months ago |
Ian Goldberg
|
3adab6c783
Change the nomenclature of "params" to "instance" to match the sigma_rs crate
|
3 months ago |
Ian Goldberg
|
d21bea09f9
Flip multiplications around to suit sigma_rs
|
3 months ago |
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
|
3 months ago |
Ian Goldberg
|
b5fc2df4c9
prove() and verify() now take a session id as an additional argument
|
3 months ago |
Ian Goldberg
|
90da138200
prove() will require an RNG that is an impl CryptoRng + RngCore
|
3 months ago |
Ian Goldberg
|
28e485e5ed
Add a test using public Scalars
|
3 months ago |