[scrypt] cleanup module / extensiotn
This commit is contained in:
parent
28a4fa1503
commit
937b5d08dd
@ -9,7 +9,6 @@
|
|||||||
--
|
--
|
||||||
{-# LANGUAGE BangPatterns #-}
|
{-# LANGUAGE BangPatterns #-}
|
||||||
{-# LANGUAGE ForeignFunctionInterface #-}
|
{-# LANGUAGE ForeignFunctionInterface #-}
|
||||||
{-# LANGUAGE CPP #-}
|
|
||||||
module Crypto.KDF.Scrypt
|
module Crypto.KDF.Scrypt
|
||||||
( Parameters(..)
|
( Parameters(..)
|
||||||
, generate
|
, generate
|
||||||
@ -25,7 +24,6 @@ import Crypto.Hash (SHA256(..))
|
|||||||
import qualified Crypto.KDF.PBKDF2 as PBKDF2
|
import qualified Crypto.KDF.PBKDF2 as PBKDF2
|
||||||
import Crypto.Internal.Compat (popCount, unsafeDoIO)
|
import Crypto.Internal.Compat (popCount, unsafeDoIO)
|
||||||
import qualified Crypto.Internal.ByteArray as B
|
import qualified Crypto.Internal.ByteArray as B
|
||||||
import Crypto.Internal.Bytes (bufCopy)
|
|
||||||
|
|
||||||
-- | Parameters for Scrypt
|
-- | Parameters for Scrypt
|
||||||
data Parameters = Parameters
|
data Parameters = Parameters
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user