mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 22:01:25 -07:00
core/crypto/streebog: Remove, exotic
This commit is contained in:
@@ -35,7 +35,6 @@ import sha2 "core:crypto/sha2"
|
||||
import sha3 "core:crypto/sha3"
|
||||
import shake "core:crypto/shake"
|
||||
import sm3 "core:crypto/sm3"
|
||||
import streebog "core:crypto/streebog"
|
||||
import tiger "core:crypto/tiger"
|
||||
import tiger2 "core:crypto/tiger2"
|
||||
import crypto_util "core:crypto/util"
|
||||
@@ -154,7 +153,6 @@ _ :: sha2
|
||||
_ :: sha3
|
||||
_ :: shake
|
||||
_ :: sm3
|
||||
_ :: streebog
|
||||
_ :: tiger
|
||||
_ :: tiger2
|
||||
_ :: crypto_util
|
||||
|
||||
@@ -10,7 +10,6 @@ import sha3 "vendor:botan/sha3"
|
||||
import shake "vendor:botan/shake"
|
||||
import siphash "vendor:botan/siphash"
|
||||
import sm3 "vendor:botan/sm3"
|
||||
import streebog "vendor:botan/streebog"
|
||||
import tiger "vendor:botan/tiger"
|
||||
import whirlpool "vendor:botan/whirlpool"
|
||||
|
||||
@@ -52,7 +51,6 @@ _ :: sha3
|
||||
_ :: shake
|
||||
_ :: siphash
|
||||
_ :: sm3
|
||||
_ :: streebog
|
||||
_ :: tiger
|
||||
_ :: whirlpool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user