core/crypto/md2: Remove, badly broken

This commit is contained in:
Yawning Angel
2023-11-16 21:42:44 +09:00
parent a99c0b3e4a
commit 97b066f112
4 changed files with 0 additions and 206 deletions

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 md2 "core:crypto/md2"
import md4 "core:crypto/md4"
import md5 "core:crypto/md5"
import poly1305 "core:crypto/poly1305"
@@ -150,7 +149,6 @@ _ :: blake2s
_ :: chacha20
_ :: chacha20poly1305
_ :: keccak
_ :: md2
_ :: md4
_ :: md5
_ :: poly1305