mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
core/crypto/ripemd: Remove, historical/exotic
This commit is contained in:
@@ -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