mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Whitespace fix in decaf module.
This commit is contained in:
parent
64e4274aad
commit
3a664a054a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue