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
-2
View File
@@ -28,7 +28,6 @@ import blake2s "core:crypto/blake2s"
import chacha20 "core:crypto/chacha20"
import chacha20poly1305 "core:crypto/chacha20poly1305"
import keccak "core:crypto/keccak"
import md4 "core:crypto/md4"
import md5 "core:crypto/md5"
import poly1305 "core:crypto/poly1305"
import ripemd "core:crypto/ripemd"
@@ -149,7 +148,6 @@ _ :: blake2s
_ :: chacha20
_ :: chacha20poly1305
_ :: keccak
_ :: md4
_ :: md5
_ :: poly1305
_ :: ripemd