We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f49f9c1 + 002102b commit 1b69227Copy full SHA for 1b69227
batcher/aligned-sdk/src/sdk/aggregation/types.rs
@@ -65,11 +65,6 @@ impl IsMerkleTreeBackend for Hash32 {
65
leaf.0
66
}
67
68
- /// Leaves don't have to be hashed as the blob already contains the proof commitments (which represent the merkle leaves)
69
- fn hash_leaves(leaves: &[Self::Data]) -> Vec<Self::Node> {
70
- leaves.iter().map(|l| l.0).collect()
71
- }
72
-
73
fn hash_new_parent(child_1: &Self::Node, child_2: &Self::Node) -> Self::Node {
74
let mut hasher = Keccak256::new();
75
hasher.update(child_1);
0 commit comments