Whitespace fix in decaf module.

This commit is contained in:
Isis Lovecruft 2017-05-27 01:20:14 +00:00
parent 64e4274aad
commit 3a664a054a
Failed to extract signature

View file

@ -209,7 +209,7 @@ impl DecafPoint {
// Its inverse is x -> -ix. // Its inverse is x -> -ix.
// let untwisted_X = &self.X * &constants::MSQRT_M1; // let untwisted_X = &self.X * &constants::MSQRT_M1;
// etc. // etc.
//
// Step 0: pre-rotation, needed for Decaf with E[8] = Z/8. // 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 // We want to select a point (x,y) in the coset P + E[4] with