Skip to content

Commit

Permalink
perf: replace tiny-keccak with sha3 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored Nov 14, 2024
1 parent 249b34e commit c011495
Show file tree
Hide file tree
Showing 8 changed files with 2,077 additions and 1,377 deletions.
308 changes: 171 additions & 137 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ revm-interpreter = { version = "=10.0.1", default-features = false }
revm-precompile = { version = "=11.0.1", default-features = false }

# alloy
alloy-primitives = "0.8.0"
alloy-primitives = { version = "0.8.4", features = ["sha3-keccak"] }
alloy-provider = { version = "0.3", default-features = false, features = [
"reqwest",
"reqwest-rustls-tls",
Expand Down
Loading

0 comments on commit c011495

Please sign in to comment.