Remove unnecessary imports
This commit is contained in:
parent
687765cacd
commit
158d8dfd0c
@ -28,7 +28,6 @@ import Data.Bits
|
||||
import Data.Data
|
||||
import Data.Word (Word8, Word32)
|
||||
|
||||
import Data.Proxy (Proxy(..))
|
||||
import GHC.TypeLits (Nat, KnownNat, type (+))
|
||||
import Crypto.Internal.Nat
|
||||
|
||||
|
||||
@ -35,7 +35,6 @@ import Crypto.Internal.Compat
|
||||
import Crypto.Internal.Imports
|
||||
import Crypto.Internal.ByteArray (ByteArrayAccess, ScrubbedBytes, Bytes, withByteArray)
|
||||
import qualified Crypto.Internal.ByteArray as B
|
||||
import Crypto.Error (CryptoFailable(..))
|
||||
import Crypto.Random
|
||||
|
||||
-- | A Curve25519 Secret key
|
||||
|
||||
@ -7,7 +7,6 @@ import Crypto.Error
|
||||
import qualified Crypto.ECC as ECC
|
||||
|
||||
import Data.ByteArray.Encoding
|
||||
import Data.ByteString (ByteString)
|
||||
|
||||
import Imports
|
||||
|
||||
|
||||
@ -8,7 +8,6 @@ where
|
||||
|
||||
import Crypto.Hash.Algorithms (SHA1(..), SHA256(..), SHA512(..))
|
||||
import Crypto.OTP
|
||||
import Data.ByteString (ByteString)
|
||||
import Imports
|
||||
|
||||
-- | Test values from Appendix D of http://tools.ietf.org/html/rfc4226
|
||||
|
||||
Loading…
Reference in New Issue
Block a user