pub type Digest = [MontyField31<BabyBearParameters>; 8];Trait Implementations§
Source§impl BatchQueryMerkle for Digest
impl BatchQueryMerkle for Digest
Source§fn reconstruct_from_f(out: &[F], base: usize) -> Self
fn reconstruct_from_f(out: &[F], base: usize) -> Self
Reconstruct one digest from
DIGEST_SIZE consecutive F-valued words in out
starting at index base.