Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Crypto.VRF.NeverUsed
Synopsis
- data NeverVRF
- data family VerKeyVRF v ∷ Type
- data family SignKeyVRF v ∷ Type
- data family CertVRF v ∷ Type
Documentation
VRF not available
The type of keys and certificates is isomorphic to unit, but when actually trying to sign or verify something a runtime exception will be thrown.
Instances
data family VerKeyVRF v ∷ Type Source #
Instances
data family SignKeyVRF v ∷ Type Source #
Instances
data family CertVRF v ∷ Type Source #