File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
cardano-api/test/cardano-api-test/Test/Cardano/Api Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ module Test.Cardano.Api.Orphans () where
88
99import Cardano.Api.Shelley
1010
11- -- import Cardano.Crypto.Hash hiding (Hash)
12- -- import Cardano.Crypto.KES
13- -- import Cardano.Crypto.Libsodium (SodiumHashAlgorithm)
14-
1511import Test.Cardano.Crypto.Orphans ()
1612
1713-- Signing Key instances
@@ -33,13 +29,3 @@ deriving instance Eq (SigningKey GenesisUTxOKey)
3329deriving instance Eq (SigningKey KesKey )
3430
3531deriving instance Eq (SigningKey VrfKey )
36-
37- -- instance
38- -- -- ( KESAlgorithm d
39- -- -- , SodiumHashAlgorithm h
40- -- -- , SizeHash h ~ SeedSizeKES d
41- -- -- )
42- -- -- =>
43- -- Eq (UnsoundPureSignKeyKES v) -- (SumKES h d))
44- -- where
45- -- k1 == k2 = rawSerialiseUnsoundPureSignKeyKES k1 == rawSerialiseUnsoundPureSignKeyKES k2
You can’t perform that action at this time.
0 commit comments