Georgios Konstantopoulos be99d3a1fd | 3 years ago | |
---|---|---|
.github/workflows | 3 years ago | |
src | 3 years ago | |
test-vectors | 3 years ago | |
tests | 3 years ago | |
.gitignore | 3 years ago | |
Cargo.toml | 3 years ago | |
README.md | 3 years ago |
Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust.
Clone the repository and run cd ark-circom/ && cargo doc --open
[dependencies]
ark-circom = { git = "https://github.com/gakonst/ark-circom-rs" }
Tests require the following installed:
solc
. We also recommend using solc-select for more flexibility.ganache-cli
This library would not have been possibly without the great work done in:
Special shoutout to Kobi Gurkan for all the help in parsing SnarkJS' ZKey file format.