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

optimise Blake2 #9

Merged
merged 7 commits into from Mar 16, 2020
Merged

optimise Blake2 #9

merged 7 commits into from Mar 16, 2020

Conversation

vincenthz
Copy link
Collaborator

  • cleanup original implementation
  • add SSE backend based on the reference C code
  • add AVX2 backend for blake2b

* clean multi rot function into multiple single rot functions
* load aligned for h
* align the engines to 128 bits
* remove loading duplication for b
@vincenthz vincenthz added the enhancement New feature or request label Mar 16, 2020
@vincenthz vincenthz merged commit b2fbbd5 into master Mar 16, 2020
@vincenthz vincenthz deleted the blake2 branch March 16, 2020 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant