ethsnarks icon indicating copy to clipboard operation
ethsnarks copied to clipboard

Embed proving & verification key in application, convert to .cpp file

Open HarryR opened this issue 5 years ago • 0 comments

I think it's a good idea to be able to bundle the proving and verification keys together with specific builds of ethsnarks based projects.

To do this, there would be a converter which translates the proving key to a .cpp file, this file can then be built into the project avoiding the requirement to load files from disk to any external dependencies.

HarryR avatar Jun 24 '19 11:06 HarryR