zcash-hackworks / pay-to-sudoku

Pay for the solution to a sudoku puzzle with a zero-knowledge contingent payment
MIT License
99 stars 20 forks source link

modified get-libsnark for successful compiling #2

Closed arielgabizon closed 7 years ago

arielgabizon commented 7 years ago

added NO_PROCPS=1 and switched to ALT_BN128 before that didn't compile It got stuck while trying to clone https://github.com/herumi/xbyak

arielgabizon commented 7 years ago

I also had to add const std::string annotation_prefix; in objects in snark/gadget.hpp to get make to work

ebfull commented 7 years ago

Neat, thanks.

arielgabizon commented 7 years ago

hmm I haven't managed to get the cargo part working yet so not sure how useful it is in itself..

3for commented 5 years ago

Remember to remove the Cargo.lock before compiling. Use the cargo nightly version works.