aboutsummaryrefslogtreecommitdiff
path: root/src/PushButtonSynthesis/MontgomeryReductionReificationCache.v
diff options
context:
space:
mode:
authorGravatar jadep <jadep@mit.edu>2019-03-14 12:07:28 -0400
committerGravatar jadephilipoom <jade.philipoom@gmail.com>2019-04-03 23:34:53 +0100
commit71820cce3ba80acf0a09d7506c49ba2dd6e32d95 (patch)
tree5b8d9f8c957aff611bbf097d41901a77fbaed2ed /src/PushButtonSynthesis/MontgomeryReductionReificationCache.v
parentef3ce824f87fd11eed78a13a884579499a8ffc53 (diff)
split up Arithmetic (imports etc. not yet fixed, does not build)
Diffstat (limited to 'src/PushButtonSynthesis/MontgomeryReductionReificationCache.v')
-rw-r--r--src/PushButtonSynthesis/MontgomeryReductionReificationCache.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PushButtonSynthesis/MontgomeryReductionReificationCache.v b/src/PushButtonSynthesis/MontgomeryReductionReificationCache.v
index f787063a4..80af335df 100644
--- a/src/PushButtonSynthesis/MontgomeryReductionReificationCache.v
+++ b/src/PushButtonSynthesis/MontgomeryReductionReificationCache.v
@@ -1,7 +1,7 @@
(** * Push-Button Synthesis of Saturated Solinas: Reification Cache *)
Require Import Coq.ZArith.ZArith.
Require Import Coq.derive.Derive.
-Require Import Crypto.Arithmetic.
+Require Import Crypto.Arithmetic.FancyMontgomeryReduction.
Require Import Crypto.PushButtonSynthesis.ReificationCache.
Local Open Scope Z_scope.