hmac-drbg

Pure Haskell HMAC-DRBG (docs.ppad.tech/hmac-drbg).
git clone git://git.ppad.tech/hmac-drbg.git
Log | Files | Refs | README | LICENSE

commit 6399c33126de81ea9155b9f61f1ab37011755c85
parent e19526abac03271536df74c965c21a89ef9a2927
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  5 Oct 2024 07:29:42 +0400

lib: comment

Diffstat:
Mlib/Crypto/DRBG/HMAC.hs | 2+-
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