-
Notifications
You must be signed in to change notification settings - Fork 154
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
Recommended AEAD algorithms #272
Comments
I'd suggest at least the following are safe to recommend:
I don't think there are any algorithms implemented in this repo we should actively recommend people avoid, however some specific thoughts on why not to recommend certain algorithms:
|
Note that I plan to introduce generic GCM and SIV crates, making the |
The |
The idea is to publish them under |
Sure, we can do that, although I'd probably suggest trying to tackle RustCrypto/traits#444 first as for at least the |
Following up from RustCrypto/meta#10, this is an issue for discussion potentially adding "recommended" badges to certain algorithms in this repo:
The text was updated successfully, but these errors were encountered: