Skip to content

Commit

Permalink
Fixing dependencies on old stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
MM45 committed Jan 8, 2025
1 parent 401fa2b commit b2838c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
6 changes: 2 additions & 4 deletions proofs/FO_T.eca
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ clone import PublicKeyEncryptionROM as PKEROM with
type ctxt_t <- ctxt_t,

type in_t <- ptxt_t,
type out_t <- rand_t,
type out_t <- rand_t

op F_RO.dout <- drandm

proof *.

import PKE F_RO.
import PKE.
import DeltaCorrectROM DeltaCorrect.

(*
Expand Down
13 changes: 0 additions & 13 deletions proofs/PublicKeyEncryptionROM.eca
Original file line number Diff line number Diff line change
Expand Up @@ -960,19 +960,6 @@ module OW_CPA_O_ROM (RO : RandomOraclei) (S : Scheme_ROM) (O : Oracles_PCi_ROM)
}
}.

(** OW-CPA (final check performed with oracle) security game in ROM **)
module OW_CPA_O_ROM (RO : RandomOraclei, S : Scheme_ROM, O : Oracles_PCi_ROM, A : Adv_OWCPA_ROM) = {
proc main() : bool = {
var r : bool;

RO.init();

r <@ OW_CPA_O(S(RO), O(RO), A(RO)).main();

return r;
}
}.


(*
One-Wayness under Plaintext-Checking Attacks (OW-PCA) in ROM
Expand Down

0 comments on commit b2838c1

Please sign in to comment.