alloy-rs / trie

Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles
Apache License 2.0
74 stars 26 forks source link

chore: move path encoding from `nybbles` #14

Closed rkrasiuk closed 3 months ago

rkrasiuk commented 3 months ago

Description

Move leaf path encoding from nybbles crate. Ref https://github.com/alloy-rs/nybbles/pull/12