libsnark
libsnark copied to clipboard
clang compatibility fixes
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:
- non-type template parameter deduction - by using a higher abstraction of the template parameter.
- UNUSED macro in libff.
Any progress on this?