| |||||||||||
| |||||||||||
| |||||||||||
Description | |||||||||||
compatibility module for Tiger. use Crypto.Hash.Tiger instead. | |||||||||||
Synopsis | |||||||||||
| |||||||||||
Documentation | |||||||||||
data Ctx | |||||||||||
| |||||||||||
Incremental hashing Functions | |||||||||||
init :: Ctx | |||||||||||
update :: Ctx -> ByteString -> Ctx | |||||||||||
finalize :: Ctx -> ByteString | |||||||||||
Single Pass hashing | |||||||||||
hash :: ByteString -> ByteString | |||||||||||
hashlazy :: ByteString -> ByteString | |||||||||||
Produced by Haddock version 2.7.2 |