Portability | Good |
---|---|
Stability | experimental |
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Safe Haskell | Safe-Inferred |
Crypto.PubKey.HashDescr
Description
Documentation
type HashFunction = ByteString -> ByteString
A standard hash function returning a digest object
data HashDescr
Describe a hash function and a way to wrap the digest into an DER encoded ASN1 marshalled structure.
Constructors
HashDescr | |
Fields |
Describe the MD2 hashing algorithm
Describe the MD5 hashing algorithm
Describe the SHA1 hashing algorithm
Describe the SHA224 hashing algorithm
Describe the SHA256 hashing algorithm
Describe the SHA384 hashing algorithm
Describe the SHA512 hashing algorithm