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