rename PrecomputedSubtrees -> PairComputations

This commit is contained in:
Qyriad 2024-11-04 13:01:57 -07:00
parent 49d88600c0
commit 2b04a93a15

View file

@ -632,7 +632,7 @@ impl SubtreeLeaf {
}
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct PairComputations<K, L> {
pub(crate) struct PairComputations<K, L> {
/// Literal leaves to be added to the sparse Merkle tree's internal mapping.
pub nodes: BTreeMap<K, L>,
/// "Conceptual" leaves that will be used for computations.