Skip to content

Commit

Permalink
CI: b947571
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs Syncer committed Dec 23, 2024
1 parent 0ded29f commit 9b406a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Cartesian Merkle Tree Module
A magnificent ZK-friendly data structure based on a Binary Search Tree + Heap + Merkle Tree. Short names: CMT, Treaple.
Possesses deterministic and idemponent properties. Can be used as a substitute for a Sparse Merkle Tree (SMT).

Gas usage for adding and removing 5,000 elements to a CMT with the keccak256 and poseidon hash functions is detailed below:
Gas usage for adding and removing 1,000 elements to a CMT with the keccak256 and poseidon hash functions is detailed below:

Keccak256:
- CMT.add - 249k
Expand Down

0 comments on commit 9b406a9

Please sign in to comment.