aboutsummaryrefslogtreecommitdiff
path: root/src/CompleteEdwardsCurve
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2016-02-12 17:11:15 -0500
committerGravatar Andres Erbsen <andreser@mit.edu>2016-02-12 17:11:15 -0500
commitd188b32664886d7757cd6016c85a32180fcffbdf (patch)
tree9f45ab8ecbece361212ed8b9a5d9c330cf726468 /src/CompleteEdwardsCurve
parent1a51bcb7bc1811553dfa658a04bb6d0764825fd6 (diff)
fix imports
Diffstat (limited to 'src/CompleteEdwardsCurve')
-rw-r--r--src/CompleteEdwardsCurve/ExtendedCoordinatesIssue.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompleteEdwardsCurve/ExtendedCoordinatesIssue.v b/src/CompleteEdwardsCurve/ExtendedCoordinatesIssue.v
index b9baf1498..37bc8cca5 100644
--- a/src/CompleteEdwardsCurve/ExtendedCoordinatesIssue.v
+++ b/src/CompleteEdwardsCurve/ExtendedCoordinatesIssue.v
@@ -1,5 +1,5 @@
Require Import Crypto.ModularArithmetic.PrimeFieldTheorems.
-Require Import Crypto.CompleteEdwardsCurve.Pre.
+Require Import Crypto.Spec.CompleteEdwardsCurve.
Section ExtendedCoordinates.
Local Open Scope F_scope.