Crypto-4.2.1: Collects together existing Haskell cryptographic functions into a packageSource codeContentsIndex
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 Source
Constructors
Word160 !Word32 !Word32 !Word32 !Word32 !Word32
show/hide Instances
hash :: [Word8] -> Word160Source
lift2 :: (Word32 -> Word32 -> Word32) -> Word160 -> Word160 -> Word160Source
toInteger :: Word160 -> IntegerSource
Produced by Haddock version 2.6.1