hashing-0.1.0.1: A pure haskell library implements several hash algorithms.

Safe HaskellNone
LanguageHaskell2010

Crypto.Hash.SHA1

Documentation

data SHA1 #

Instances
Eq SHA1 # 
Instance details

Defined in Crypto.Hash.SHA1

Methods

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

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

Show SHA1 # 
Instance details

Defined in Crypto.Hash.SHA1

Methods

showsPrec :: Int -> SHA1 -> ShowS #

show :: SHA1 -> String #

showList :: [SHA1] -> ShowS #

HashAlgorithm SHA1 # 
Instance details

Defined in Crypto.Hash.SHA1