Safe Haskell | None |
---|---|
Language | Haskell2010 |
Botan.Hash.Class
Documentation
class (Eq (Digest hash), Ord (Digest hash)) => Hash hash where Source #
Minimal complete definition
Nothing
Methods
hash :: ByteString -> Digest hash Source #
default hash :: IncrementalHash hash => ByteString -> Digest hash Source #
Instances
data family Digest hash Source #
Instances
class Hash hash => IncrementalHash hash where Source #
Methods
hashLazy :: ByteString -> Digest hash Source #
Instances
hashFileLazy :: (IncrementalHash hash, MonadIO m) => FilePath -> m (Digest hash) Source #