Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.Bytes.Hash
Description
Hash functions for byte sequences of a bounded size.
Documentation
Hash a byte array of length n
. This takes advantage of the
machine-word alignment guarantee that GHC provides for byte arrays.
Hash a byte sequence of length n
.