scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.81k stars 579 forks source link

Missing libff #69

Closed chfast closed 7 years ago

chfast commented 7 years ago

Where can I find missing libff on Ubuntu. It's hard to figure out from the code what is this library about...

madars commented 7 years ago

libff contains the finite fields and elliptic curves used by libsnark and can be found here: https://github.com/scipr-lab/libff

We should probably reference it as a submodule in third_party.

chfast commented 7 years ago

Thanks.