sec-bit / zkPoD-node

zkPoD: A decentralized system for perfect fair data exchange
GNU General Public License v3.0
204 stars 38 forks source link

zkSNARK library suggestion #19

Open gbotrel opened 3 years ago

gbotrel commented 3 years ago

Hi all, very interesting project :)

I see you are using libsnark, and would like to suggest to have a look at our work: https://github.com/ConsenSys/gnark .

It is written in Go so should integrate with zkPoD stack well, and for your circuit, I suspect the performance of the prover will be significantly better.