alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
758 stars 131 forks source link

chore(primitives): re-use ruint mask function #698

Closed rongyi closed 1 month ago

rongyi commented 1 month ago

the underline ruint crate already have mask method

Motivation

DRY

Solution

use ruint::mask

Fix #695

PR Checklist