Safe Haskell | None |
---|
Crypto-related helper functions.
Synopsis
- type HashKey = [Word8]
- computeMac :: HashKey -> Maybe String -> String -> String
- verifyMac :: HashKey -> Maybe String -> String -> String -> Bool
Documentation
computeMac :: HashKey -> Maybe String -> String -> String Source #
Computes the HMAC for a given key/test and salt.