drewstone
drewstone
What method/software do you use to calculate the static BigNumbers? A bit unfamiliar with how to calculate R and others. So far for Curve25519 I have: ``` /// MODULUS =...
@xlc why was the branch deleted? Maybe a mistake? It is useful for us to have these branches still live.
Reposting for clarity and since it fixed my issues in compiling the tutorial. These changes fixed the PROCPS issue from https://github.com/scipr-lab/libsnark/issues/99. ``` LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:"${LD_LIBRARY_PATH}" CPATH=/usr/local/opt/openssl/include:"${CPATH}" PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:"${PKG_CONFIG_PATH}" export LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH CPPFLAGS=-I/usr/local/opt/openssl/include...
Awesome, thanks for the info @tspooner !
- Add docs to all circuits - Docs to setups - Docs to gadgets - Example directory with lots of examples
I think we can remove this @AhmedKorim. If it's not being used in any tests it's a good indication that it was left by accident.
A similar thing happens with a trait for `HXX` types like `H64` and `H256`, sometimes referencing traits not being present even though they are in the `lib.rs`. ``` error[E0599]: no...
I'd be happy to add a review too @tmpfs
Can confirm this happens with some probability on our end too: ``` Incorrect Alice's range proof in MtA: InvalidKey ```
Some other difficulties I'm facing relate to the `Simulation`s. They take all parties up front and I'm not sure how to analyse the architecture as is when working with an...