-
Notifications
You must be signed in to change notification settings - Fork 36
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
Missing MACs #1
Comments
What about GMAC? |
Yes, I should've mentioned it too. List updated. |
What about KMAC? |
Updated list with KMAC. |
I think I would want to give UMAC a try, but before I start a quick question. Since UMAC uses several different hash-functions, e.g. L1, L2, L3, NH, neither I guess would ever be used by themselves, should I implement them as functions inside a UMAC crate or create smaller crates in https://github.com/RustCrypto/hashes ? Also: quite new to rust, doing this to learn . |
I think it would make sense to put those all inside a |
i would like to take on the VMAC |
List of "would be nice to have" algorithms:
It can be changed based on discussion.
The text was updated successfully, but these errors were encountered: