Crate p3_merkle_tree

Source

Structs§

FieldMerkleTree
A binary Merkle tree for field data. It has leaves of type F and digests of type [W; DIGEST_ELEMS].
FieldMerkleTreeMmcs
A vector commitment scheme backed by a FieldMerkleTree.

Functions§

compress_and_inject
Compress n digests from the previous layer into n/2 digests, while potentially mixing in some leaf data, if there are input matrices with (padded) height n/2.
first_digest_layer