openethereum/util/rlp
David 9caa868603
Make HashDB generic (#8739)
The `patricia_trie` crate is generic over the hasher (by way of HashDB) and node encoding scheme. Adds a new `patricia_trie_ethereum` crate with concrete impls for Keccak/RLP.
2018-07-02 18:50:05 +02:00
..
benches Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
src Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
tests Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
Cargo.toml Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
LICENSE-APACHE2 relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +02:00
LICENSE-MIT relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +02:00
README.md relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +02:00
license-header relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +02:00

README.md

RLP

Recursive-length-prefix encoding, decoding, and compression in Rust.

License

Unlike most parts of Parity, which fall under the GPLv3, this package is dual-licensed under MIT/Apache2 at the user's choice. Find the associated license files in this directory as LICENSE-MIT and LICENSE-APACHE2 respectively.