Crypto.Hash.Whirlpool
data Whirlpool Source #
Defined in Crypto.Hash.Whirlpool
Methods
showsPrec :: Int -> Whirlpool -> ShowS #
show :: Whirlpool -> String #
showList :: [Whirlpool] -> ShowS #
(==) :: Whirlpool -> Whirlpool -> Bool #
(/=) :: Whirlpool -> Whirlpool -> Bool #
hashBlockSize :: Whirlpool -> Int Source #
hashDigestSize :: Whirlpool -> Int Source #
hashInit :: Context Whirlpool Source #
hashUpdate :: Context Whirlpool -> ByteString -> Context Whirlpool Source #
hashFinal :: Context Whirlpool -> Whirlpool Source #