Skip to main content

Digest

Type Alias Digest 

Source
pub type Digest = [MontyField31<BabyBearParameters>; 8];

Trait Implementations§

Source§

impl BatchQueryMerkle for Digest

Source§

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.
Source§

impl MerkleProofQueryDigest for Digest

Source§

fn batch_query_merkle_proofs( trees: &[&MerkleTreeGpu<F, Self>], query_indices: &[usize], device_ctx: &GpuDeviceCtx, ) -> Result<Vec<Vec<Vec<Self>>>, MerkleTreeError>