{-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInstances #-} -- | Module defining the crypto primitives used throughout Shelley based eras. module Ouroboros.Consensus.Shelley.Crypto (StandardCrypto) where import Cardano.Ledger.Crypto (StandardCrypto)