scipr-lab / libsnark

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

support mcl library #63

Open herumi opened 7 years ago

herumi commented 7 years ago

Hi, I'm developing another pairing library mcl (https://github.com/herumi/mcl). This library is a little slower than my ate-pairing library (https://github.com/herumi/ate-pairing) yet, but it is more portable and runs on x64 CentOS and ARM64 Linux. cf. https://github.com/herumi/mcl/#benchmark

I made a patch for libsnark to support mcl.

make CURVE=MCL_BN128

Could you mind testing it?

tromer commented 7 years ago

We will review (and probably add) this, but only after the cmake branch merging (#65) is done, to avoid conflicts,

howardwu commented 7 years ago

[Auto-close side effect from libsnark branch change]

PR reopened