Skip to content

Commit

Permalink
Merge pull request #2 from fdupress/merge-infinite-arrays
Browse files Browse the repository at this point in the history
Rename SmtMap to FMap
  • Loading branch information
MM45 authored Sep 25, 2024
2 parents 02164e5 + 9fd0d65 commit 9e5bb27
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion proofs/acai/EUFRMA_Interactive_Equiv.ec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require import AllCore List Distr SmtMap.
require import AllCore List Distr FMap.
require (*--*) DigitalSignatures PROM.

(* -- Types -- *)
Expand Down
2 changes: 1 addition & 1 deletion proofs/acai/FL_XMSS_TW.ec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* --- Require/Import --- *)
(* -- Built-In (Standard Library) -- *)
require import AllCore List Distr DList IntDiv RealExp StdOrder SmtMap BitEncoding FinType.
require import AllCore List Distr DList IntDiv RealExp StdOrder FMap BitEncoding FinType.
require (*--*) Word Subtype.
(*---*) import RField IntOrder RealOrder BS2Int.

Expand Down
2 changes: 1 addition & 1 deletion proofs/acai/HashThenSign.eca
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* --- Require/Import --- *)
(* -- Built-In (Standard Library) -- *)
require import AllCore List Distr DList IntDiv RealExp StdOrder SmtMap BitEncoding FinType.
require import AllCore List Distr DList IntDiv RealExp StdOrder FMap BitEncoding FinType.
require (*--*) Word Subtype ROM.
(*---*) import RField IntOrder RealOrder BS2Int.

Expand Down
2 changes: 1 addition & 1 deletion proofs/acai/KeyedHashFunctions.eca
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

(* --- Require/Import --- *)
(* -- Built-in (i.e, standard library) -- *)
require import AllCore StdOrder List Distr DInterval Finite SmtMap.
require import AllCore StdOrder List Distr DInterval Finite FMap.
require (*--*) PlugAndPray.
(*---*) import RField RealOrder.

Expand Down
2 changes: 1 addition & 1 deletion proofs/acai/Reprogramming.ec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require import AllCore List Int Distr RealExp SmtMap FinType StdOrder StdBigop.
require import AllCore List Int Distr RealExp FMap FinType StdOrder StdBigop.
(*---*) import Bigreal.BRA Bigreal RField RealOrder.
require (*--*) ROM.

Expand Down
2 changes: 1 addition & 1 deletion proofs/acai/WOTS_TW.ec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* --- Require/Import --- *)
(* -- Built-In (Standard Library) -- *)
require import AllCore List Distr DList DInterval IntDiv RealExp StdOrder SmtMap StdBigop BitEncoding FinType.
require import AllCore List Distr DList DInterval IntDiv RealExp StdOrder FMap StdBigop BitEncoding FinType.
require (*--*) Word Subtype.
(*---*) import RField IntOrder RealOrder Bigreal Bigint BIA BS2Int.

Expand Down
2 changes: 1 addition & 1 deletion proofs/fsai/EUFRMA_Interactive_Equiv.ec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require import AllCore List Distr SmtMap.
require import AllCore List Distr FMap.
require (*--*) DigitalSignatures PROM.

(* -- Types -- *)
Expand Down
2 changes: 1 addition & 1 deletion proofs/fsai/FL_XMSS_TW.ec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* --- Require/Import --- *)
(* -- Built-In (Standard Library) -- *)
require import AllCore List Distr DList IntDiv RealExp StdOrder SmtMap BitEncoding FinType.
require import AllCore List Distr DList IntDiv RealExp StdOrder FMap BitEncoding FinType.
require (*--*) Word Subtype.
(*---*) import RField IntOrder RealOrder BS2Int.

Expand Down
2 changes: 1 addition & 1 deletion proofs/fsai/HashThenSign.eca
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* --- Require/Import --- *)
(* -- Built-In (Standard Library) -- *)
require import AllCore List Distr DList IntDiv RealExp StdOrder SmtMap BitEncoding FinType.
require import AllCore List Distr DList IntDiv RealExp StdOrder FMap BitEncoding FinType.
require (*--*) Word Subtype ROM.
(*---*) import RField IntOrder RealOrder BS2Int.

Expand Down
2 changes: 1 addition & 1 deletion proofs/fsai/KeyedHashFunctions.eca
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

(* --- Require/Import --- *)
(* -- Built-in (i.e, standard library) -- *)
require import AllCore StdOrder List Distr DInterval Finite SmtMap.
require import AllCore StdOrder List Distr DInterval Finite FMap.
require (*--*) PlugAndPray.
(*---*) import RField RealOrder.

Expand Down
2 changes: 1 addition & 1 deletion proofs/fsai/Reprogramming.ec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require import AllCore List Int Distr RealExp SmtMap FinType StdOrder StdBigop.
require import AllCore List Int Distr RealExp FMap FinType StdOrder StdBigop.
(*---*) import Bigreal.BRA Bigreal RField RealOrder.
require (*--*) ROM.

Expand Down
2 changes: 1 addition & 1 deletion proofs/fsai/WOTS_TW.ec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* --- Require/Import --- *)
(* -- Built-In (Standard Library) -- *)
require import AllCore List Distr DList DInterval IntDiv RealExp StdOrder SmtMap StdBigop BitEncoding FinType.
require import AllCore List Distr DList DInterval IntDiv RealExp StdOrder FMap StdBigop BitEncoding FinType.
require (*--*) Word Subtype.
(*---*) import RField IntOrder RealOrder Bigreal Bigint BIA BS2Int.

Expand Down

0 comments on commit 9e5bb27

Please sign in to comment.