Skip to content

Commit a0fa702

Browse files
authored
Merge pull request #15268 from chainide-agent-bob/add-rlp-link-to-ssz-doc
docs: add RLP link to SSZ documentation
2 parents 0c10e77 + 9ee0282 commit a0fa702

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/data-structures-and-encoding/ssz

1 file changed

+1
-1
lines changed

public/content/developers/docs/data-structures-and-encoding/ssz/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lang: en
55
sidebarDepth: 2
66
---
77

8-
**Simple serialize (SSZ)** is the serialization method used on the Beacon Chain. It replaces the RLP serialization used on the execution layer everywhere across the consensus layer except the peer discovery protocol. SSZ is designed to be deterministic and also to Merkleize efficiently. SSZ can be thought of as having two components: a serialization scheme and a Merkleization scheme that is designed to work efficiently with the serialized data structure.
8+
**Simple serialize (SSZ)** is the serialization method used on the Beacon Chain. It replaces the RLP serialization used on the execution layer everywhere across the consensus layer except the peer discovery protocol. To learn more about RLP serialization, see [Recursive-length prefix (RLP)](/developers/docs/data-structures-and-encoding/rlp/). SSZ is designed to be deterministic and also to Merkleize efficiently. SSZ can be thought of as having two components: a serialization scheme and a Merkleization scheme that is designed to work efficiently with the serialized data structure.
99

1010
## How does SSZ work? {#how-does-ssz-work}
1111

0 commit comments

Comments
 (0)