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

HMAC? #5

Open
bramski opened this issue Jul 28, 2015 · 2 comments
Open

HMAC? #5

bramski opened this issue Jul 28, 2015 · 2 comments
Assignees

Comments

@bramski
Copy link

bramski commented Jul 28, 2015

HMAC support for sha3?

@johanns
Copy link
Owner

johanns commented Jul 28, 2015

@bramski As far as I know, there isn't an 'official' HMAC construction using SHA3 (or test vectors). But, I'll take a look to see if there has been movement on that front.

@johanns johanns self-assigned this Oct 19, 2015
@skull-squadron
Copy link

Possible HMAC SHA3 (non-)construction here and crypto.SO, IOW just the trivial...

MAC(k, M) = SHA3(k || M).

Supposedly no more double-hashing for key-length-extension attacks, at least right now.

@johanns johanns closed this as completed Apr 11, 2016
@johanns johanns reopened this Apr 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants