aboutsummaryrefslogtreecommitdiff
path: root/src/CompleteEdwardsCurve/ExtendedCoordinates.v
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2016-06-20 04:16:04 -0400
committerGravatar Andres Erbsen <andreser@mit.edu>2016-06-20 04:16:04 -0400
commit8d498c587aaa23dcb50c31fa5a426873b3dd9dea (patch)
treecb35e0b0a3a78a5028683bca952b1490d0f4fdbd /src/CompleteEdwardsCurve/ExtendedCoordinates.v
parent87eb483a73bd2af1ab9a989e9002c1093988d927 (diff)
move nsatz into tactics directory
Diffstat (limited to 'src/CompleteEdwardsCurve/ExtendedCoordinates.v')
-rw-r--r--src/CompleteEdwardsCurve/ExtendedCoordinates.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CompleteEdwardsCurve/ExtendedCoordinates.v b/src/CompleteEdwardsCurve/ExtendedCoordinates.v
index fe0e732a8..49c5d5041 100644
--- a/src/CompleteEdwardsCurve/ExtendedCoordinates.v
+++ b/src/CompleteEdwardsCurve/ExtendedCoordinates.v
@@ -1,6 +1,6 @@
Require Export Crypto.Spec.CompleteEdwardsCurve.
-Require Import Crypto.Algebra Crypto.Nsatz.
+Require Import Crypto.Algebra Crypto.Tactics.Nsatz.
Require Import Crypto.CompleteEdwardsCurve.Pre Crypto.CompleteEdwardsCurve.CompleteEdwardsCurveTheorems.
Require Import Coq.Logic.Eqdep_dec.
Require Import Crypto.Tactics.VerdiTactics.
@@ -241,4 +241,4 @@ Module Extended.
end.
Qed.
End Homomorphism.
-End Extended. \ No newline at end of file
+End Extended.