Skip to content

all: Replace tiny-keccak with alloy::primitives::keccak256#6522

Open
lutter wants to merge 1 commit intomasterfrom
lutter/no-tiny-keccak
Open

all: Replace tiny-keccak with alloy::primitives::keccak256#6522
lutter wants to merge 1 commit intomasterfrom
lutter/no-tiny-keccak

Conversation

@lutter
Copy link
Copy Markdown
Collaborator

@lutter lutter commented Apr 20, 2026

tiny-keccak 2.0 dropped the top-level keccak256 function and changed Keccak's streaming API, breaking every call site. Route all keccak hashing through alloy::primitives::keccak256, which is already used elsewhere in the codebase, and drop the tiny-keccak dependency.

tiny-keccak 2.0 dropped the top-level keccak256 function and changed
Keccak's streaming API, breaking every call site. Route all keccak
hashing through alloy::primitives::keccak256, which is already used
elsewhere in the codebase, and drop the tiny-keccak dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant