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

Safe HaskellNone
LanguageHaskell2010

Crypto.Hash.SHA512

Documentation

data SHA512 #

Instances
Eq SHA512 # 
Instance details

Defined in Crypto.Hash.SHA512

Methods

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

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

Show SHA512 # 
Instance details

Defined in Crypto.Hash.SHA512

HashAlgorithm SHA512 # 
Instance details

Defined in Crypto.Hash.SHA512

data SHA384 #

Instances
Eq SHA384 # 
Instance details

Defined in Crypto.Hash.SHA512

Methods

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

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

Show SHA384 # 
Instance details

Defined in Crypto.Hash.SHA512

HashAlgorithm SHA384 # 
Instance details

Defined in Crypto.Hash.SHA512