mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
* add own Bloom type with arbitrary * use impl_hash_compact instead * add doc to exported macro * remove unused crate and code * fix rlp encode length for Bloom * use RlpDecodableWrapper and RlpEncodableWrapper instead
RLP encoder/decoder
Forked from an earlier Apache licenced version of the fastrlp crate, before it changed licence to GPL.
NOTE: The Rust fastrlp implementation is itself a port of the Golang Apache licensed fastrlp