[Blowfish] Remove unnecessary imports
This commit is contained in:
parent
a2fb62ffd8
commit
c075ae354d
@ -19,7 +19,7 @@ module Crypto.Cipher.Blowfish.Primitive
|
||||
) where
|
||||
|
||||
import Control.Monad (forM_)
|
||||
import Data.Vector (Vector, (!), (//))
|
||||
import Data.Vector ((!))
|
||||
import qualified Data.Vector as V
|
||||
import qualified Data.Vector.Mutable as V (unsafeRead, unsafeWrite)
|
||||
import Data.Bits
|
||||
@ -32,9 +32,6 @@ import Crypto.Internal.ByteArray
|
||||
import Crypto.Internal.Words
|
||||
import Crypto.Cipher.Blowfish.Box
|
||||
|
||||
import Debug.Trace
|
||||
import Text.Printf
|
||||
|
||||
-- | variable keyed blowfish state
|
||||
data Context = BF (Int -> Word32) -- p
|
||||
(Int -> Word32) -- sbox0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user