Crypto-4.2.1: Collects together existing Haskell cryptographic functions into a packageContentsIndex
Data.Digest.SHA1
Portabilityportable
Stabilityexperimental
Maintainerdominic.steinitz@blueyonder.co.uk
Description
Take [Word8] and return Word160. See http://www.itl.nist.gov/fipspubs/fip180-1.htm for the specification.
Documentation
data Word160
Constructors
Word160 !Word32 !Word32 !Word32 !Word32 !Word32
show/hide Instances
hash :: [Word8] -> Word160
lift2 :: (Word32 -> Word32 -> Word32) -> Word160 -> Word160 -> Word160
toInteger :: Word160 -> Integer
Produced by Haddock version 2.7.2