cardano-crypto-tests-2.2.0.0: Tests for cardano-crypto-class and -praos
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Crypto.KES

Documentation

Orphan instances

(UnsoundPureKESAlgorithm k, Signable k ByteString, Arbitrary (ContextKES k)) ⇒ Arbitrary (SigKES k) Source # 
Instance details

Methods

arbitraryGen (SigKES k) Source #

shrinkSigKES k → [SigKES k] Source #

(UnsoundPureKESAlgorithm k, Arbitrary (ContextKES k)) ⇒ Arbitrary (UnsoundPureSignKeyKES k) Source # 
Instance details

(UnsoundPureKESAlgorithm k, Arbitrary (ContextKES k)) ⇒ Arbitrary (VerKeyKES k) Source # 
Instance details

Show (SignKeyKES (CompactSingleKES Ed25519DSIGN)) Source # 
Instance details

Show (SignKeyKES (CompactSumKES h d)) Source # 
Instance details

Show (SignKeyKES (SingleKES Ed25519DSIGN)) Source # 
Instance details

Show (SignKeyKES (SumKES h d)) Source # 
Instance details

EqST (SignKeyDSIGNM d) ⇒ EqST (SignKeyKES (CompactSingleKES d)) Source # 
Instance details

(EqST (SignKeyKES d), Eq (VerKeyKES d), KnownNat (SeedSizeKES d)) ⇒ EqST (SignKeyKES (CompactSumKES h d)) Source # 
Instance details

EqST (SignKeyKES (MockKES t)) Source # 
Instance details

Methods

equalsMMonadST m ⇒ SignKeyKES (MockKES t) → SignKeyKES (MockKES t) → m Bool Source #

EqST (SignKeyDSIGNM d) ⇒ EqST (SignKeyKES (SingleKES d)) Source # 
Instance details

Methods

equalsMMonadST m ⇒ SignKeyKES (SingleKES d) → SignKeyKES (SingleKES d) → m Bool Source #

(EqST (SignKeyKES d), Eq (VerKeyKES d), KnownNat (SeedSizeKES d)) ⇒ EqST (SignKeyKES (SumKES h d)) Source # 
Instance details

Methods

equalsMMonadST m ⇒ SignKeyKES (SumKES h d) → SignKeyKES (SumKES h d) → m Bool Source #