From 3a664a054aab763b55146c8c9585bd5f67ba0bc8 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sat, 27 May 2017 01:20:14 +0000 Subject: [PATCH] Whitespace fix in decaf module. --- src/decaf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decaf.rs b/src/decaf.rs index 6e41868..ecaa616 100644 --- a/src/decaf.rs +++ b/src/decaf.rs @@ -209,7 +209,7 @@ impl DecafPoint { // Its inverse is x -> -ix. // let untwisted_X = &self.X * &constants::MSQRT_M1; // etc. - + // // Step 0: pre-rotation, needed for Decaf with E[8] = Z/8. // // We want to select a point (x,y) in the coset P + E[4] with