scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.8k stars 570 forks source link

Update libff to its latest version in develop #186

Closed alexander-zw closed 2 years ago

alexander-zw commented 3 years ago

libsnark now requires libsodium as a dependency.

To make libsnark compatible with the new libff, some include paths and function invocations were changed. All tests now pass.

~Do NOT merge this PR until the corresponding libff PR is merged: https://github.com/scipr-lab/libff/pull/103~ Good to merge ~except I have not verified that unit tests pass because I can't compile locally~