core/crypto/tiger: Remove, historical/exotic

This commit is contained in:
Yawning Angel
2023-11-17 19:31:51 +09:00
parent 8d943f5902
commit 0b86038482
11 changed files with 0 additions and 1441 deletions
-4
View File
@@ -35,8 +35,6 @@ import sha2 "core:crypto/sha2"
import sha3 "core:crypto/sha3"
import shake "core:crypto/shake"
import sm3 "core:crypto/sm3"
import tiger "core:crypto/tiger"
import tiger2 "core:crypto/tiger2"
import crypto_util "core:crypto/util"
import whirlpool "core:crypto/whirlpool"
import x25519 "core:crypto/x25519"
@@ -153,8 +151,6 @@ _ :: sha2
_ :: sha3
_ :: shake
_ :: sm3
_ :: tiger
_ :: tiger2
_ :: crypto_util
_ :: whirlpool
_ :: x25519
-2
View File
@@ -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 tiger "vendor:botan/tiger"
import whirlpool "vendor:botan/whirlpool"
import cgltf "vendor:cgltf"
@@ -51,7 +50,6 @@ _ :: sha3
_ :: shake
_ :: siphash
_ :: sm3
_ :: tiger
_ :: whirlpool