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

SHA256 HMAC #3

Closed
websocket98765 opened this issue Oct 22, 2018 · 2 comments
Closed

SHA256 HMAC #3

websocket98765 opened this issue Oct 22, 2018 · 2 comments

Comments

@websocket98765
Copy link

This is very cool. Do you know of a AVX2 SHA256 HMAC? Every version I find is not HMAC.

@kste
Copy link
Owner

kste commented Oct 23, 2018

I'm not aware of any. However, in our SPHINCS+ code I've added a version of this code (https://github.com/sphincs/sphincsplus/blob/master/sha256-avx2/sha256avx.c) which can hash arbitrary length messages (probably should merge this in here). Using this it should be quite easy to construct SHA256 HMAC processing 8 blocks in parallel.

@websocket98765
Copy link
Author

Thanks for the lead.

The SPINCS project looks very interesting btw!

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