hashing-0.1.0.1: A pure haskell library implements several hash algorithms.
Crypto.Hash.Whirlpool
data Whirlpool Source #
Instances
Methods
(==) :: Whirlpool -> Whirlpool -> Bool #
(/=) :: Whirlpool -> Whirlpool -> Bool #
showsPrec :: Int -> Whirlpool -> ShowS #
show :: Whirlpool -> String #
showList :: [Whirlpool] -> ShowS #
hashBlockSize :: Whirlpool -> Int Source #
hashDigestSize :: Whirlpool -> Int Source #
hashInit :: Context Whirlpool Source #
hashUpdate :: Context Whirlpool -> ByteString -> Context Whirlpool Source #
hashFinal :: Context Whirlpool -> Whirlpool Source #