rlpversion
RLP: Recursive Length Prefix Encoding
RLP(*1) is a way to encode multi-way trees as byte strings. This library provides an encode and a decode function. A tree's node can be a byte string or a node with arbitrarily many child nodes. A node can also have zero nodes. Equivalently, this library can serialize s-expressions whose atoms are byte string literals.
RLP is heavily used in the Ethereum protocol(*2), but might be useful elsewhere as well.
1: https://github.com/ethereum/wiki/wiki/RLP2: https://ethereum.org/
Author | Yoichi Hirai <i@yoichihirai.com> |
---|---|
License | Apache-2.0 |
Published | |
Homepage | https://github.com/pirapira/rlp-ocaml |
Issue Tracker | https://github.com/pirapira/rlp-ocaml/issues/new |
Maintainer | Yoichi Hirai <i@yoichihirai.com> |
Dependencies | |
Source [http] | https://github.com/pirapira/rlp-ocaml/archive/0.1.tar.gz sha256=5e5131d7b00d67e62dfbc6f0d76648f32dca42e1fbbfd2572094cedb45932ccb md5=4b1b75a8cc60fd2e742c36107e3fa41c |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/rlp/rlp.0.1/opam |
No package is dependent