commit b280f5ab0d901a9e4ae800f1087e0ecc79abd73f
parent 146bb5b0c36e66bdbeef511003b6c0a665d3fa70
Author: Jared Tobin <jared@jtobin.io>
Date: Wed, 11 Sep 2024 14:18:05 +0400
lib: testing haddock on export list
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Crypto/Hash/SHA256.hs b/lib/Crypto/Hash/SHA256.hs
@@ -16,11 +16,11 @@
-- [2104](https://datatracker.ietf.org/doc/html/rfc2104).
module Crypto.Hash.SHA256 (
- -- SHA
+ -- * SHA-256 message digest functions
hash
, hash_lazy
- -- HMAC
+ -- * HMAC-SHA256 hash-based MAC functions
, hmac
, hmac_lazy
) where