Ian Goldberg
|
d5683e25d2
The sigma-rs dependency has been renamed sigma-proofs
|
1 month 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
|
73b29275b1
Have prove() and verify() return Err(sigma_rs::errors::Error) on failure instead of Err(())
|
3 months ago |
Ian Goldberg
|
31e596b0c3
Code generation stubs for sigma_rs
|
3 months ago |