-
Notifications
You must be signed in to change notification settings - Fork 253
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 hash algorithms #232
Comments
Here are my votes for algorithms to recommend or not recommend: Recommended
I would've added Note that there are many other hash algorithms we support which are secure and have decent implementations, but they are obscure/niche and I'd suggest only adding the badge to preferred, modern algorithms people should be selecting for greenfield development today. NOT RecommendedI think we should add this badge to the following algorithms which are known to be cryptographically broken:
|
I wonder if we should recommend BLAKE3 over BLAKE2. Also I am not sure if we should have both |
Since "recommending" in this case would involve placing a badge on the corresponding crate's README.md, it's not really possible for us to do that as the Regarding |
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: