sonobe-ivc 0.1.0-alpha.1

Traits and implementations of Incremental Verifiable Computation (IVC) for the Sonobe library, featuring generic folding-to-IVC compilers
Documentation
1
2
3
4
5
6
7
//! Compilers that transform a folding scheme into a full IVC scheme.
//!
//! We currently provide a compiler based on CycleFold, and in the future there
//! may be other compilers such as the naive one (on a single curve) which fits
//! well with hash-based folding schemes and the two curves one.

pub mod cyclefold;