align module imports
This commit is contained in:
parent
deb07b2c6c
commit
30b7b6412a
@ -15,14 +15,14 @@ module Crypto.KDF.PBKDF2
|
|||||||
, generate
|
, generate
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.Word
|
import Data.Word
|
||||||
import Data.Bits
|
import Data.Bits
|
||||||
import Data.ByteString (ByteString)
|
import Data.ByteString (ByteString)
|
||||||
import qualified Data.ByteString as B
|
import qualified Data.ByteString as B
|
||||||
import Foreign.Marshal.Alloc
|
import Foreign.Marshal.Alloc
|
||||||
import Foreign.Ptr (plusPtr)
|
import Foreign.Ptr (plusPtr)
|
||||||
|
|
||||||
import Crypto.Hash (HashAlgorithm)
|
import Crypto.Hash (HashAlgorithm)
|
||||||
import qualified Crypto.MAC.HMAC as HMAC
|
import qualified Crypto.MAC.HMAC as HMAC
|
||||||
|
|
||||||
import Crypto.Internal.ByteArray (ByteArray)
|
import Crypto.Internal.ByteArray (ByteArray)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user