| License | BSD-style |
|---|---|
| Maintainer | Vincent Hanquez <vincent@snarc.org> |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | Trustworthy |
| Language | Haskell98 |
Crypto.Hash.Types
Contents
Description
Crypto hash types definitions
- newtype Context a = Context (Context a)
- newtype Digest a = Digest (Digest a)
- contextToByteString :: Context a -> ByteString
- digestToByteString :: Digest a -> ByteString
Documentation
Represent a context for a given hash algorithm.
Represent a digest for a given hash algorithm.
deprecated
contextToByteString :: Context a -> ByteString Source
digestToByteString :: Digest a -> ByteString Source
Deprecated: use toBytes from byteable:Data.Byteable
return the binary bytestring. deprecated use toBytes.