aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Spec/EdDSA.v10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Spec/EdDSA.v b/src/Spec/EdDSA.v
index 1e2ee06e4..c28ff0482 100644
--- a/src/Spec/EdDSA.v
+++ b/src/Spec/EdDSA.v
@@ -13,11 +13,11 @@ Require Crypto.CompleteEdwardsCurve.CompleteEdwardsCurveTheorems.
file. *)
Module Import Notations.
-Import NPeano Nat.
-
-Infix "^" := pow.
-Infix "mod" := modulo (at level 40, no associativity).
-Infix "++" := Word.combine.
+ Import NPeano Nat.
+
+ Infix "^" := pow.
+ Infix "mod" := modulo (at level 40, no associativity).
+ Infix "++" := Word.combine.
End Notations.
Generalizable All Variables.