Test.Cardano.Crypto.Orphans
Contents
Methods
(==) ∷ SigningKey → SigningKey → Bool #
(/=) ∷ SigningKey → SigningKey → Bool #
compare ∷ PublicKey → PublicKey → Ordering #
(<) ∷ PublicKey → PublicKey → Bool #
(<=) ∷ PublicKey → PublicKey → Bool #
(>) ∷ PublicKey → PublicKey → Bool #
(>=) ∷ PublicKey → PublicKey → Bool #
max ∷ PublicKey → PublicKey → PublicKey #
min ∷ PublicKey → PublicKey → PublicKey #
compare ∷ SecretKey → SecretKey → Ordering #
(<) ∷ SecretKey → SecretKey → Bool #
(<=) ∷ SecretKey → SecretKey → Bool #
(>) ∷ SecretKey → SecretKey → Bool #
(>=) ∷ SecretKey → SecretKey → Bool #
max ∷ SecretKey → SecretKey → SecretKey #
min ∷ SecretKey → SecretKey → SecretKey #
compare ∷ Signature → Signature → Ordering #
(<) ∷ Signature → Signature → Bool #
(<=) ∷ Signature → Signature → Bool #
(>) ∷ Signature → Signature → Bool #
(>=) ∷ Signature → Signature → Bool #
max ∷ Signature → Signature → Signature #
min ∷ Signature → Signature → Signature #