provekit-spongefish 0.1.0

An implementation of the Fiat--Shamir transformation from Duplex Sponges.
1
2
3
4
5
6
7
use crate::Unit;

pub type BabyBear = risc0_zkp::field::baby_bear::BabyBearElem;

impl Unit for BabyBear {
    const ZERO: Self = BabyBear::new(0);
}