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

Vectorize Keccak state copy, remove temp array use #7663

Merged
merged 5 commits into from
Oct 27, 2024
Merged

Conversation

benaadams
Copy link
Member

@benaadams benaadams commented Oct 27, 2024

Changes

  • Vectorized Xor to state
  • Removed additional temp stackalloc array + copy
  • Simplified
  • Fast copy to output for 256 and 512 bit sizes

Types of changes

What types of changes does your code introduce?

  • Optimization

Testing

Requires testing

  • No

@benaadams benaadams merged commit 89563bd into master Oct 27, 2024
75 checks passed
@benaadams benaadams deleted the keccak-faster branch October 27, 2024 18:44
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.

2 participants