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§
- CpuMerkle
Tree - Merkle tree with row-major codeword backing.