aboutsummaryrefslogtreecommitdiff
path: root/src/Fancy/Montgomery256.v
diff options
context:
space:
mode:
authorGravatar jadep <jadep@mit.edu>2019-04-01 05:38:38 -0400
committerGravatar jadephilipoom <jade.philipoom@gmail.com>2019-04-03 23:34:53 +0100
commitc0fe35f49d61207d16c6db79936e38edf9661a49 (patch)
tree4d4bff49fade9138939f2bfd71eed9fcc50d764f /src/Fancy/Montgomery256.v
parent299206fc77217802c4431ccda1a7c0cb372f0b87 (diff)
rename some things
Diffstat (limited to 'src/Fancy/Montgomery256.v')
-rw-r--r--src/Fancy/Montgomery256.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fancy/Montgomery256.v b/src/Fancy/Montgomery256.v
index 2c692fb30..ee761cba9 100644
--- a/src/Fancy/Montgomery256.v
+++ b/src/Fancy/Montgomery256.v
@@ -7,8 +7,7 @@ Require Import Crypto.Fancy.Prod.
Require Import Crypto.Fancy.Spec.
Require Import Crypto.Language. Import Language.Compilers.
Require Import Crypto.LanguageWf.
-Require Import Crypto.Arithmetic. (* For the MontgomeryReduction Module *)
-Require Import Crypto.PushButtonSynthesis.MontgomeryReduction.
+Require Import Crypto.PushButtonSynthesis.FancyMontgomeryReduction.
Require Import Crypto.Util.Tactics.BreakMatch.
Require Import Crypto.Util.ZUtil.EquivModulo.
Require Import Crypto.Util.ZUtil.Tactics.LtbToLt.