Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- boundedBuilder :: Bytes -> Builder 20
- byteArrayN :: Bytes -> ByteArrayN 20
Documentation
boundedBuilder :: Bytes -> Builder 20 Source #
Hash the byte sequence, returning the result as a builder.
byteArrayN :: Bytes -> ByteArrayN 20 Source #
Hash the byte sequence, returning the result as a byte array known to have exactly 20 bytes.