Browse Source

[crypto] Remove unused `mem` import for siphash.

Jeroen van Rijn 3 years ago
parent
commit
26ffec845b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/crypto/siphash/siphash.odin

+ 0 - 1
core/crypto/siphash/siphash.odin

@@ -14,7 +14,6 @@ package siphash
 
 
 import "core:crypto"
 import "core:crypto"
 import "core:crypto/util"
 import "core:crypto/util"
-import "core:mem"
 
 
 /*
 /*
     High level API
     High level API