spongefish 0.5.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 = Self::new(0);
}