Safe Haskell | None |
---|---|
Language | Haskell2010 |
Optimum consensus key types and their Key
class instances
Synopsis
- data KesKey
- data VrfKey
- data family AsType t
- data family Hash keyrole ∷ Type
- data family VerificationKey keyrole ∷ Type
- data family SigningKey keyrole ∷ Type
Key types
Instances
Instances
Data family instances
A family of singleton types used in this API to indicate which type to use where it would otherwise be ambiguous or merely unclear.
Values of this type are passed to deserialisation functions for example.
Instances
data family Hash keyrole ∷ Type Source #
Instances
data family VerificationKey keyrole ∷ Type Source #
The type of cryptographic verification key, for each key role.
Instances
data family SigningKey keyrole ∷ Type Source #
The type of cryptographic signing key, for each key role.