Portability | unknown |
---|---|
Stability | experimental |
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Safe Haskell | Trustworthy |
provide the HMAC (Hash based Message Authentification Code) base algorithm. http:en.wikipedia.orgwikiHMAC
- hmac :: (ByteString -> ByteString) -> Int -> ByteString -> ByteString -> ByteString
Documentation
hmac :: (ByteString -> ByteString) -> Int -> ByteString -> ByteString -> ByteStringSource
compute a MAC using the supplied hashing function