ralexstokes / ssz-rs

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

Replace `log_2` with std lib impl #126

Closed ralexstokes closed 8 months ago

ralexstokes commented 8 months ago

https://github.com/ralexstokes/ssz-rs/blob/6329986d14e71a98a35cc9323f88cbef0332b6dd/ssz-rs/src/merkleization/multiproofs/generalized_index.rs#L12

should be able to use this instead: https://doc.rust-lang.org/std/primitive.usize.html#method.checked_ilog2