Skip to content

Latest commit

 

History

History

zkp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

PACCs circuit in dusk-plonk

This folder contains the circuit used in the PACCs protocol, but implemented using the dusk-plonk Rust implementation of Plonk. It doesn't integrate with the rest of our stack, we provide it just for the sake of benchmarking.

Prerequisites

You will need Rust to execute this code. You can follow the official guide.

Testing

You can execute the tests by running:

cargo t --release

Benchmarks

You can execute the benchmarks by running:

cargo bench