Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
HashAddressed.HashFunction
Synopsis
- data HashFunction = SHA_256
Documentation
data HashFunction Source #
Hash function supported by the hash-addressed
library
Currently only SHA-256 is supported, but others may be added in the future.
Constructors
SHA_256 | SHA-256 |
Instances
Eq HashFunction Source # | |
Defined in HashAddressed.HashFunction | |
Ord HashFunction Source # | |
Defined in HashAddressed.HashFunction Methods compare :: HashFunction -> HashFunction -> Ordering # (<) :: HashFunction -> HashFunction -> Bool # (<=) :: HashFunction -> HashFunction -> Bool # (>) :: HashFunction -> HashFunction -> Bool # (>=) :: HashFunction -> HashFunction -> Bool # max :: HashFunction -> HashFunction -> HashFunction # min :: HashFunction -> HashFunction -> HashFunction # |