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

Safe HaskellNone
LanguageHaskell2010

Crypto.Hash.SHA256

Documentation

data SHA256 #

Instances
Eq SHA256 # 
Instance details

Defined in Crypto.Hash.SHA256

Methods

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

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

Show SHA256 # 
Instance details

Defined in Crypto.Hash.SHA256

HashAlgorithm SHA256 # 
Instance details

Defined in Crypto.Hash.SHA256

data SHA224 #

Instances
Eq SHA224 # 
Instance details

Defined in Crypto.Hash.SHA256

Methods

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

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

Show SHA224 # 
Instance details

Defined in Crypto.Hash.SHA256

HashAlgorithm SHA224 # 
Instance details

Defined in Crypto.Hash.SHA256