aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2024-03-02 21:52:43 +0900
committerYawning Angel <yawning@schwanenlied.me>2024-03-04 18:20:56 +0900
commitc044e295ce4a36eea5a58b21a16d3c2a8a792d26 (patch)
treed211d456f2de4b333054542fb472833600bd8eb7 /examples
parent87ab3f5dc87dd64f3d7f55cabf1545be8998e997 (diff)
vendor/botan: Remove
This is infrequently maintained, and has been a strict subset of what is available in `core:crypto` for a while. Instead of improving the bindings, it is better to spend resources improving `core:crypto`.
Diffstat (limited to 'examples')
-rw-r--r--examples/all/all_vendor.odin23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin
index f3c90874c..04a64ecb4 100644
--- a/examples/all/all_vendor.odin
+++ b/examples/all/all_vendor.odin
@@ -1,16 +1,5 @@
package all
-import botan_bindings "vendor:botan/bindings"
-import botan_blake2b "vendor:botan/blake2b"
-import keccak "vendor:botan/legacy/keccak"
-import md5 "vendor:botan/legacy/md5"
-import sha1 "vendor:botan/legacy/sha1"
-import sha2 "vendor:botan/sha2"
-import sha3 "vendor:botan/sha3"
-import shake "vendor:botan/shake"
-import siphash "vendor:botan/siphash"
-import sm3 "vendor:botan/sm3"
-
import cgltf "vendor:cgltf"
// import commonmark "vendor:commonmark"
import ENet "vendor:ENet"
@@ -41,18 +30,6 @@ import fontstash "vendor:fontstash"
import xlib "vendor:x11/xlib"
-_ :: botan_bindings
-_ :: botan_blake2b
-_ :: keccak
-_ :: md5
-_ :: sha1
-_ :: sha2
-_ :: sha3
-_ :: shake
-_ :: siphash
-_ :: sm3
-
-
_ :: cgltf
// _ :: commonmark
_ :: ENet