We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de6423 commit 7801769Copy full SHA for 7801769
formal-spec/Leios/Linear/Trace/Verifier.agda
@@ -8,14 +8,9 @@ open import CategoricalCrypto hiding (id; _∘_)
8
module Leios.Linear.Trace.Verifier (params : Params) where
9
10
-- SpecStructure is not a module parameter, as the type for VrfPf needs to be known
11
-open import Leios.Defaults params using (d-SpecStructure; isb) public
+open import Leios.Defaults params using (d-SpecStructure; isb; hpe) public
12
open SpecStructure d-SpecStructure hiding (Hashable-IBHeader; Hashable-EndorserBlock; isVoteCertified) public
13
14
-instance
15
- hpe : Hashable PreEndorserBlock (List ℕ)
16
- hpe .hash = EndorserBlockOSig.txs
17
-
18
19
module Defaults
20
(Lhdr Lvote Ldiff : ℕ)
21
(splitTxs : List Tx → List Tx × List Tx)
0 commit comments