aboutsummaryrefslogtreecommitdiff
path: root/src/Spec
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2016-06-22 18:00:36 -0400
committerGravatar Andres Erbsen <andreser@mit.edu>2016-06-22 18:00:36 -0400
commitcc2ea105dc056bfed800454de203e1433f2ae3da (patch)
tree6b12fab3d563cae222fa90a689d8af941b97085b /src/Spec
parenta4c50ceb1c773c8b1f36a5409c2112cf80725f7e (diff)
EdDSA.Notations: indentation
Diffstat (limited to 'src/Spec')
-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.