core/crypto/md4: Remove, badly broken

This commit is contained in:
Yawning Angel
2023-11-17 19:31:51 +09:00
parent 97b066f112
commit 235fec23af
9 changed files with 0 additions and 433 deletions
-1
View File
@@ -10,7 +10,6 @@ Wrappers for hashing algorithms have been added to match the API within the Odin
|:-------------------------------------------------------------------------------------------------------------|:-----------------|
| [BLAKE2B](https://datatracker.ietf.org/doc/html/rfc7693) | ✔️ |
| [Keccak](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf) | ✔️ |
| [MD4](https://datatracker.ietf.org/doc/html/rfc1320) | ✔️ |
| [MD5](https://datatracker.ietf.org/doc/html/rfc1321) | ✔️ |
| [RIPEMD-160](https://homes.esat.kuleuven.be/~bosselae/ripemd160.html) | ✔️ |
| [SHA-1](https://datatracker.ietf.org/doc/html/rfc3174) | ✔️ |