License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | good |
Safe Haskell | None |
Language | Haskell98 |
Crypto.MAC.SipHash
Description
provide the SipHash algorithm. reference: http://131002.net/siphash/siphash.pdf
Documentation
hash :: SipKey -> ByteString -> SipHash #
produce a siphash with a key and a bytestring.