Maintainer | Thomas.DuBuisson@gmail.com |
---|---|
Stability | beta |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
- hmac :: Hash c d => MacKey c d -> ByteString -> d
- hmac' :: Hash c d => MacKey c d -> ByteString -> d
- newtype MacKey c d = MacKey ByteString
Documentation
hmac :: Hash c d => MacKey c d -> ByteString -> d Source #
Message authentication code calculation for lazy bytestrings.
hmac k msg
will compute an authentication code for msg
using key k