Skip to content

Commit

Permalink
Merge pull request #197 from FintanH/fix/typo-merkle-tree-digest
Browse files Browse the repository at this point in the history
Fix typo in Merkle Tree root digest seal
  • Loading branch information
m00sey authored Sep 17, 2024
2 parents 160770a + 3e1d2b8 commit 3fd9e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ The value of this seal's `d` field is an undifferentiated digest of some externa

#### Merkle Tree root digest seal

The value of this seal's `d` field is root of a Merkle tree of digests of external data. This enables a compact commitment to a large number of data items. A Merkle tree is constructed so that an inclusion proof of a given digest in the tree does not require disclosure of the whole tree. The JSON version is shown. There is also a native CESR version of the seal.
The value of this seal's `rd` field is root of a Merkle tree of digests of external data. This enables a compact commitment to a large number of data items. A Merkle tree is constructed so that an inclusion proof of a given digest in the tree does not require disclosure of the whole tree. The JSON version is shown. There is also a native CESR version of the seal.

```json
{
Expand Down

0 comments on commit 3fd9e75

Please sign in to comment.