cryptohash-0.11.2: collection of crypto hashes, fast, pure and practical

Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>
Safe HaskellTrustworthy

Crypto.MAC.HMAC

Description

provide the HMAC (Hash based Message Authentification Code) base algorithm. http:en.wikipedia.orgwikiHMAC

Synopsis

Documentation

hmac :: (ByteString -> ByteString) -> Int -> ByteString -> ByteString -> ByteStringSource

compute a MAC using the supplied hashing function