Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 879 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 879 Bytes

example workflow

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.