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

Add support for variable-length messages to Keccak #1301

Closed
nicc opened this issue Dec 7, 2023 · 0 comments
Closed

Add support for variable-length messages to Keccak #1301

nicc opened this issue Dec 7, 2023 · 0 comments

Comments

@nicc
Copy link
Collaborator

nicc commented Dec 7, 2023

See this comment.

This current keccak implementation handles a fixed-length input. Like, for example, the padding and number of sponge absorb calls is hard-coded based on the message length.

I assume many applications will want to hash variable-length messages. This needs non-trivial amount of extra work
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

No branches or pull requests

2 participants