aboutsummaryrefslogtreecommitdiff
path: root/src/Arithmetic/MontgomeryReduction
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2017-07-02 10:30:19 -0400
committerGravatar Andres Erbsen <andreser@mit.edu>2017-07-02 10:30:35 -0400
commitd1b5a8b12de552054a4786732001732ed03aa3d6 (patch)
tree8694d474e8b5e864ab5e1732458059e59e034553 /src/Arithmetic/MontgomeryReduction
parentdf60c17cd85f03b156aa4ef612f766281a610662 (diff)
fix [small_div] arguments
Diffstat (limited to 'src/Arithmetic/MontgomeryReduction')
-rw-r--r--src/Arithmetic/MontgomeryReduction/WordByWord/Proofs.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Arithmetic/MontgomeryReduction/WordByWord/Proofs.v b/src/Arithmetic/MontgomeryReduction/WordByWord/Proofs.v
index 39382498a..6d2925d6b 100644
--- a/src/Arithmetic/MontgomeryReduction/WordByWord/Proofs.v
+++ b/src/Arithmetic/MontgomeryReduction/WordByWord/Proofs.v
@@ -26,7 +26,7 @@ Section WordByWordMontgomery.
Local Notation eval_join0 := (@eval_zero (Z.pos r) (Zorder.Zgt_pos_0 _)).
Local Notation eval_div := (@eval_div (Z.pos r) (Zorder.Zgt_pos_0 _)).
Local Notation eval_mod := (@eval_mod (Z.pos r)).
- Local Notation small_div := (@small_div (Z.pos r) (Zorder.Zgt_pos_0 _)).
+ Local Notation small_div := (@small_div (Z.pos r)).
Local Notation eval_scmul := (fun n a v smallv abound vbound => @eval_scmul (Z.pos r) (Zorder.Zgt_pos_0 _) n a v smallv abound).
Local Notation eval_addT := (@eval_add_same (Z.pos r) (Zorder.Zgt_pos_0 _)).
Local Notation eval_addT' := (@eval_add_S1 (Z.pos r) (Zorder.Zgt_pos_0 _)).