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