mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 14:51:26 -07:00
core/crypto/ripemd: Remove, historical/exotic
This commit is contained in:
@@ -30,7 +30,6 @@ import chacha20poly1305 "core:crypto/chacha20poly1305"
|
||||
import keccak "core:crypto/keccak"
|
||||
import md5 "core:crypto/md5"
|
||||
import poly1305 "core:crypto/poly1305"
|
||||
import ripemd "core:crypto/ripemd"
|
||||
import sha1 "core:crypto/sha1"
|
||||
import sha2 "core:crypto/sha2"
|
||||
import sha3 "core:crypto/sha3"
|
||||
@@ -150,7 +149,6 @@ _ :: chacha20poly1305
|
||||
_ :: keccak
|
||||
_ :: md5
|
||||
_ :: poly1305
|
||||
_ :: ripemd
|
||||
_ :: sha1
|
||||
_ :: sha2
|
||||
_ :: sha3
|
||||
|
||||
@@ -4,7 +4,6 @@ import botan_bindings "vendor:botan/bindings"
|
||||
import botan_blake2b "vendor:botan/blake2b"
|
||||
import keccak "vendor:botan/keccak"
|
||||
import md5 "vendor:botan/md5"
|
||||
import ripemd "vendor:botan/ripemd"
|
||||
import sha1 "vendor:botan/sha1"
|
||||
import sha2 "vendor:botan/sha2"
|
||||
import sha3 "vendor:botan/sha3"
|
||||
@@ -48,7 +47,6 @@ _ :: botan_bindings
|
||||
_ :: botan_blake2b
|
||||
_ :: keccak
|
||||
_ :: md5
|
||||
_ :: ripemd
|
||||
_ :: sha1
|
||||
_ :: sha2
|
||||
_ :: sha3
|
||||
|
||||
Reference in New Issue
Block a user