| |||||||||||
| |||||||||||
| |||||||||||
Description | |||||||||||
compatibility module for Skein512. use Crypto.Hash.Skein512 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 |