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

Missing MACs #1

Open
4 of 9 tasks
newpavlov opened this issue Jul 22, 2017 · 7 comments
Open
4 of 9 tasks

Missing MACs #1

newpavlov opened this issue Jul 22, 2017 · 7 comments

Comments

@newpavlov
Copy link
Member

newpavlov commented Jul 22, 2017

List of "would be nice to have" algorithms:

It can be changed based on discussion.

@tarcieri
Copy link
Member

What about GMAC?

@newpavlov
Copy link
Member Author

Yes, I should've mentioned it too. List updated.

@rubdos
Copy link

rubdos commented Mar 31, 2018

What about KMAC?

@newpavlov
Copy link
Member Author

Updated list with KMAC.

@AndersSteenNilsen
Copy link

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 .

@tarcieri
Copy link
Member

I think it would make sense to put those all inside a umac crate, and only factor them into separate crates if there is another application beyond UMAC

@mahmudsudo
Copy link

i would like to take on the VMAC

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

5 participants