matter-labs / bellman

Bellman zkSNARK library for community with Ethereum's BN256 support
https://matter-labs.io
Other
159 stars 79 forks source link

`Proof` and `VerificationKey` structs: Make `_marker` fields public #48

Open georgwiese opened 1 year ago

georgwiese commented 1 year ago

This is needed so that proofs and verification keys can be instantiated from other crates (e.g. in ZoKrates).

I also added .vscode to .gitignore.