mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
core/crypto/md2: Remove, badly broken
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user