scipr-lab / libsnark

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

clang compatibility fixes #71

Open kobigurk opened 7 years ago

kobigurk commented 7 years ago

This PR together with the one in libff has some solution for clang compatibility.

Specifically, it handles issues mentioned in #54 and #67, about the following:

  1. non-type template parameter deduction - by using a higher abstraction of the template parameter.
  2. UNUSED macro in libff.
copumpkin commented 6 years ago

Any progress on this?