Skip to content

Commit

Permalink
chore: use keccak256 from alloy (#12628)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Nov 18, 2024
1 parent 626224e commit a84f58b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/trie/common/src/key.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use alloy_primitives::B256;
use revm_primitives::keccak256;
use alloy_primitives::{keccak256, B256};

/// Trait for hashing keys in state.
pub trait KeyHasher: Default + Clone + Send + Sync + 'static {
Expand Down

0 comments on commit a84f58b

Please sign in to comment.