aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-03-08 19:38:36 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-03-08 19:38:36 +0100
commit26ffec845ba0212e838657320ac70ab464b2bd3e (patch)
treeca331f9b0a2cfac92216d3aebd0446027cfc8bca
parent52e60526effe7c8265f4a60e87abd9fc69ce9332 (diff)
[crypto] Remove unused `mem` import for siphash.
-rw-r--r--core/crypto/siphash/siphash.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/crypto/siphash/siphash.odin b/core/crypto/siphash/siphash.odin
index 63576551c..a6c75f315 100644
--- a/core/crypto/siphash/siphash.odin
+++ b/core/crypto/siphash/siphash.odin
@@ -14,7 +14,6 @@ package siphash
import "core:crypto"
import "core:crypto/util"
-import "core:mem"
/*
High level API