cryptohash-0.7.4: collection of crypto hashes, fast, pure and practicalSource codeContentsIndex
Crypto.MAC.HMAC
Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>
Description
provide the HMAC (Hash based Message Authentification Code) base algorithm. http:en.wikipedia.orgwikiHMAC
Synopsis
hmac :: (ByteString -> ByteString) -> Int -> ByteString -> ByteString -> ByteString
Documentation
hmac :: (ByteString -> ByteString) -> Int -> ByteString -> ByteString -> ByteStringSource
compute a MAC using the supplied hashing function
Produced by Haddock version 2.6.1