ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
103 stars 41 forks source link

remove `MerkleCache` and partial code #74

Closed ralexstokes closed 1 year ago

ralexstokes commented 1 year ago

the codebase currently has a partial implementation of a cache for the hash tree root computation to address #17

in lieu of a tidy v1 for an upcoming audit, I'm electing to just remove this code for now

this branch can serve as a starting point for addressing that issue