Portability | portable |
---|---|
Stability | beta |
Maintainer | Thomas.DuBuisson@gmail.com |
Safe Haskell | Safe-Infered |
- 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 -> dSource
Message authentication code calculation for lazy bytestrings.
hmac k msg
will compute an authentication code for msg
using key k
hmac' :: Hash c d => MacKey c d -> ByteString -> dSource
hmac k msg
will compute an authentication code for msg
using key k