| 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 Source # | |
Defined in Cardano.Crypto.Hash.NeverUsed Methods hashAlgorithmName :: proxy NeverHash -> String Source # digest :: proxy NeverHash -> ByteString -> ByteString Source #  | |
| type SizeHash NeverHash Source # | |
Defined in Cardano.Crypto.Hash.NeverUsed  | |