Skip to content

Commit

Permalink
Replaced Int31 with Uint63
Browse files Browse the repository at this point in the history
The modified files are
- MEll.v
- Mod_op.v
- montgomery.v
  • Loading branch information
Villetaneuse authored and thery committed Sep 20, 2023
1 parent ae85b57 commit f611fa4
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 233 deletions.
4 changes: 2 additions & 2 deletions src/Coqprime/num/MEll.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


Require Import ZArith Znumtheory Zpow_facts.
Require Import Int31 ZEll montgomery.
Require Import Uint63 ZEll montgomery.

Set Implicit Arguments.

Expand Down Expand Up @@ -1225,4 +1225,4 @@ Time Eval vm_compute in (ell_test
(- 169382514530949104195348226967375250000355478911252124)
1045670343788723904542107880373576189650857982445904291
).
*)
*)
2 changes: 1 addition & 1 deletion src/Coqprime/num/Mod_op.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Set Implicit Arguments.

From Bignums Require Import DoubleBase DoubleSub DoubleMul DoubleSqrt DoubleLift DoubleDivn1 DoubleDiv.
From Bignums Require Import DoubleCyclic BigN.
Require Import CyclicAxioms Cyclic31.
Require Import CyclicAxioms Cyclic63.
Require Import ZArith ZCAux.
Import CyclicAxioms DoubleType DoubleBase.

Expand Down
Loading

0 comments on commit f611fa4

Please sign in to comment.