| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Cardano.Crypto.Hash.NeverUsed
Synopsis
- data NeverHash
Documentation
HASH never used
Will throw a runtime exception when trying to hash something.
Instances
| HashAlgorithm NeverHash # | |
Defined in Cardano.Crypto.Hash.NeverUsed Methods hashAlgorithmName :: proxy NeverHash -> String # digest :: proxy NeverHash -> ByteString -> ByteString # | |
| type SizeHash NeverHash # | |
Defined in Cardano.Crypto.Hash.NeverUsed | |