Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: panic conditions for concat kdf in ecies #7171

Merged
merged 1 commit into from Mar 16, 2024
Merged

Conversation

Rjected
Copy link
Member

@Rjected Rjected commented Mar 15, 2024

This was not a correct panic condition, because the inner kdf implementation allows this to be empty. We also set s1 (the other_info) as empty as required by devp2p.

@Rjected Rjected added C-bug An unexpected or incorrect behavior C-docs An addition or correction to our documentation A-devp2p Related to the Ethereum P2P protocol labels Mar 15, 2024
@mattsse mattsse added this pull request to the merge queue Mar 16, 2024
Merged via the queue into main with commit 82ec589 Mar 16, 2024
27 checks passed
@mattsse mattsse deleted the dan/fix-ecies-comment branch March 16, 2024 07:42
Ruteri pushed a commit to Ruteri/reth that referenced this pull request Apr 17, 2024
Ruteri pushed a commit to Ruteri/reth that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-devp2p Related to the Ethereum P2P protocol C-bug An unexpected or incorrect behavior C-docs An addition or correction to our documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants