Skip to main content

Module merkle

Module merkle 

Source
Expand description

CpuMerkleTree — a Merkle tree backed by a [RowMajorMatrix].

This mirrors the interface of openvm_stark_backend::prover::stacked_pcs::MerkleTree but stores its codeword matrix in row-major layout for cache-friendly row hashing and contiguous row access in query answering.

Structs§

CpuMerkleTree
Merkle tree with row-major codeword backing.