provekit-common 1.0.0

Common types and utilities for the ProveKit proving system
Documentation
1
2
3
4
5
6
7
8
9
mod pow;
mod sponge;
mod whir;

pub use self::{
    pow::SkyscraperPoW,
    sponge::SkyscraperSponge,
    whir::{SkyscraperHashEngine, SKYSCRAPER},
};