ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
102 stars 40 forks source link

explore migrating `merkleization::Node` to the `alloy-primitives` fixed bytes 32 type #114

Closed ralexstokes closed 5 months ago

ralexstokes commented 11 months ago

it could be nice to base all of our primitives around alloy so things are uniform and this repo can minimize how much code it maintains

given that Node is just a wrapper around [u8;32] im not sure this will be worth it, but it is certainly worth investigating

ralexstokes commented 11 months ago

e.g. https://docs.rs/alloy-primitives/latest/alloy_primitives/aliases/type.B256.html