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
-2
View File
@@ -3,7 +3,6 @@ package all
import botan_bindings "vendor:botan/bindings"
import botan_blake2b "vendor:botan/blake2b"
import keccak "vendor:botan/keccak"
import md4 "vendor:botan/md4"
import md5 "vendor:botan/md5"
import ripemd "vendor:botan/ripemd"
import sha1 "vendor:botan/sha1"
@@ -48,7 +47,6 @@ import fontstash "vendor:fontstash"
_ :: botan_bindings
_ :: botan_blake2b
_ :: keccak
_ :: md4
_ :: md5
_ :: ripemd
_ :: sha1