This commit is contained in:
2023-03-30 23:02:22 -06:00
parent c736c0eabe
commit ef86c3a924
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
# Ethereum Recursive-Length-Prefix (RLP) Encoding, with code in Erlang and TypeScript
![RLP diagram](./rlp-thumb.png)
This is a standard for encoding arbitrary(ish)-depth lists of lists of ... of
lists of bytestrings, as a single bytestring.