iden3 / go-circom-prover-verifier

Go implementation of the Groth16 zkSNARK Prover and Verifier compatible with Circom
GNU General Public License v3.0
38 stars 13 forks source link

Own ProvingKey file format #17

Closed arnaucube closed 4 years ago

arnaucube commented 4 years ago

Explore possibility on defining an own binary file format to have a faster parsing of the ProvingKey file, as now for each point needs to do excessive operations. This would come with a tool for converting circom provingKey format to go-circom format.

arnaucube commented 4 years ago

Done in #18