Consensys / zero-knowledge-proofs

Zero Knowledge Proofs and how they can be implemented in Quorum
130 stars 58 forks source link

Get the library working from node.js #3

Closed petermunnings closed 7 years ago

petermunnings commented 7 years ago

In order to use this from a dApp, we'll need access from node.js This can either be as a c++ addon in node.js or running it from a c++ web service.

Either way, the serialisation will be an issue.

petermunnings commented 7 years ago

We resolved this by creating executables that can be called from node.js

The final integration will be done from c++ into go-lang. The discussion was to have the verification as a pre-compile and the generation as a component inside quorum that could be called via web3