mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-04 18:50:34 +01:00
Merge pull request #243 from stroxler/patch-1
Add `md5` to RustCrypto digest crates
This commit is contained in:
@@ -30,7 +30,7 @@ which algorithms you need:
|
||||
- [RustCrypto GitHub Org]:
|
||||
- AEAD algorithms: [`aes-gcm`], [`aes-gcm-siv`], [`aes-siv`], [`chacha20poly1305`], [`xsalsa20poly1305`]
|
||||
- Block ciphers: [`aes`], [`cast5`], [`des`]
|
||||
- Digest algorithms: [`sha2`], [`sha3`], [`blake2`], [`ripemd160`] (legacy: [`sha-1`])
|
||||
- Digest algorithms: [`sha2`], [`sha3`], [`blake2`], [`ripemd160`], [`md-5`] (legacy: [`sha-1`])
|
||||
- Key derivation: [`hkdf`]
|
||||
- MACs: [`cmac`], [`hmac`], [`pmac`], [`poly1305`]
|
||||
- Password hashing: [`pbkdf2`]
|
||||
|
||||
Reference in New Issue
Block a user