commit 6399c33126de81ea9155b9f61f1ab37011755c85
parent e19526abac03271536df74c965c21a89ef9a2927
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 5 Oct 2024 07:29:42 +0400
lib: comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Crypto/DRBG/HMAC.hs b/lib/Crypto/DRBG/HMAC.hs
@@ -68,7 +68,7 @@ data DRBGState = DRBGState
-- readable
-- | A HMAC function, taking a key as the first argument and the input
--- value as the second, producing a MAC.
+-- value as the second, producing a MAC digest.
--
-- >>> import qualified Crypto.Hash.SHA256 as SHA256
-- >>> :t SHA256.hmac