Snarpack on arkwork
This is a port in the arkwork framework of the original implementation in bellperson of Snarkpack. Note both works are derived from the original arkwork implementation of the inner pairing product argument (IPP) paper.
Dependency
Add the following to your Cargo.toml
snarkpack = { git = "https://github.com/nikkolasg/snarpack" }
Usage
See the straightforward example in tests/aggregation.rs
.
Contribution
There are plenty of issues to tackle so you're more than welcome to contribute.