mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
core/crypto: Exile keccak, md5 and sha1 to legacy
In an perfect world these would just be removed, but the world is imperfect, and people are forced to interact/interface with things that are broken.
This commit is contained in:
+3
-3
@@ -17,11 +17,11 @@ import "core:fmt"
|
||||
import "core:os"
|
||||
import "core:strings"
|
||||
|
||||
import "vendor:botan/md5"
|
||||
import "vendor:botan/sha1"
|
||||
import "vendor:botan/legacy/md5"
|
||||
import "vendor:botan/legacy/sha1"
|
||||
import "vendor:botan/sha2"
|
||||
import "vendor:botan/sha3"
|
||||
import "vendor:botan/keccak"
|
||||
import "vendor:botan/legacy/keccak"
|
||||
import "vendor:botan/shake"
|
||||
import "vendor:botan/blake2b"
|
||||
import "vendor:botan/sm3"
|
||||
|
||||
Reference in New Issue
Block a user