Skip to content

Commit

Permalink
Update docs/wiki/EL/RLP.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mário Havel <[email protected]>
  • Loading branch information
thogiti and taxmeifyoucan authored Apr 29, 2024
1 parent f2af327 commit 14e6373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/EL/RLP.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Data serialization is the process of converting data structures or objects into
> RLP is intended to be a highly minimalistic serialization format; its sole purpose is to store nested arrays of bytes. Unlike protobuf, BSON and other existing solutions, RLP does not attempt to define any specific data types such as booleans, floats, doubles or even integers; instead, it simply exists to store structure, in the form of nested arrays, and leaves it up to the protocol to determine the meaning of the arrays.
> -- Ethereum's design rationale
RLP is tailored for Ethereum to meet specific needs:
RLP was created with Ethereum and is tailored to meet its specific needs:
- Minimalistic Design: It focuses purely on storing structure without imposing data type definitions.
- Consistency: It guarantees byte-perfect consistency across different implementations, crucial for the deterministic nature required in blockchain operations.

Expand Down

0 comments on commit 14e6373

Please sign in to comment.