openethereum/util/rlp
Robert Habermeier cffbf3cab1 update rlp 2017-11-10 20:22:45 +01:00
..
benches updated bigint with optimized mul and from_big_indian 2017-08-17 18:11:34 +02:00
src replace sha3 with keccak in few comments 2017-08-31 15:25:30 +02:00
tests relicense RLP to MIT/Apache2 2017-05-10 13:03:30 +02:00
Cargo.toml update rlp 2017-11-10 20:22:45 +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.