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 6afcc06 + e53bc2b commit 7f5057dCopy full SHA for 7f5057d
src/lib/provable/merkle-map.ts
@@ -12,6 +12,12 @@ class MerkleMap {
12
13
/**
14
* Creates a new, empty Merkle Map.
15
+ *
16
+ * A Merkle Map is a data structure that allows for efficient storage and
17
+ * retrieval of key-value pairs. The values are stored in a Merkle tree,
18
+ * and the keys are formed by using the first 254 bits of the key as an index.
19
+ * The inner Merkle tree has a height of 256.
20
21
* @returns A new MerkleMap
22
* @example
23
* ```ts
0 commit comments