From e9c9c770d369ec8d0417742f5b2341aeec25e1e5 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Thu, 3 Jun 2021 08:34:34 +1200 Subject: [PATCH] Update HMAC.hs --- Crypto/MAC/HMAC.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Crypto/MAC/HMAC.hs b/Crypto/MAC/HMAC.hs index 35b8d11..0bd1e86 100644 --- a/Crypto/MAC/HMAC.hs +++ b/Crypto/MAC/HMAC.hs @@ -29,7 +29,6 @@ import Crypto.Internal.ByteArray (ScrubbedBytes, ByteArrayAccess) import qualified Crypto.Internal.ByteArray as B import Data.Memory.PtrMethods import Crypto.Internal.Compat -import Crypto.Internal.Imports import qualified Data.ByteString.Lazy as L -- | Represent an HMAC that is a phantom type with the hash used to produce the mac.