cardano-ledger-core-1.12.0.0: Core components of Cardano ledgers from the Shelley release on.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Ledger.Crypto

Description

Package all the crypto constraints into one place.

Synopsis

Documentation

class (HashAlgorithm (HASH c), HashAlgorithm (ADDRHASH c), DSIGNAlgorithm (DSIGN c), KESAlgorithm (KES c), VRFAlgorithm (VRF c), ContextDSIGN (DSIGN c) ~ (), ContextKES (KES c) ~ (), ContextVRF (VRF c) ~ (), Typeable c) ⇒ Crypto c Source #

Associated Types

type HASH c ∷ Type Source #

type ADDRHASH c ∷ Type Source #

type DSIGN c ∷ Type Source #

type KES c ∷ Type Source #

type VRF c ∷ Type Source #