sha1-0.1.1.1: SHA-1 Hash
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hash.Sha1

Synopsis

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.