Crypto-4.2.5.2: Common Cryptographic Algorithms in Pure Haskell
Copyright(c) Dominic Steinitz 2007
LicenseBSD-style (see the file ReadMe.tex)
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Digest.SHA1

Description

Take [Word8] and return Word160. See http://www.itl.nist.gov/fipspubs/fip180-1.htm for the specification.

Documentation

data Word160 Source #

Instances

Instances details
Show Word160 Source # 
Instance details

Defined in Data.Digest.SHA1

Eq Word160 Source # 
Instance details

Defined in Data.Digest.SHA1

Methods

(==) :: Word160 -> Word160 -> Bool #

(/=) :: Word160 -> Word160 -> Bool #