core/crypto/ripemd: Remove, historical/exotic

This commit is contained in:
Yawning Angel
2023-11-16 21:50:30 +09:00
parent 235fec23af
commit 3494a6dcd8
9 changed files with 0 additions and 1154 deletions
-2
View File
@@ -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
-2
View File
@@ -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