cryptohash-0.7.4: collection of crypto hashes, fast, pure and practical
Source code
Contents
Index
Crypto.MAC.HMAC
Portability
unknown
Stability
experimental
Maintainer
Vincent Hanquez <vincent@snarc.org>
Description
provide the HMAC (Hash based Message Authentification Code) base algorithm. http:
en.wikipedia.org
wiki
HMAC
Synopsis
hmac
:: (
ByteString
->
ByteString
) ->
Int
->
ByteString
->
ByteString
->
ByteString
Documentation
hmac
:: (
ByteString
->
ByteString
) ->
Int
->
ByteString
->
ByteString
->
ByteString
Source
compute a MAC using the supplied hashing function
Produced by
Haddock
version 2.6.1