mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Obsessive compulsive whitespace fix.
This commit is contained in:
parent
46d2ee0520
commit
5f70ab55f8
1 changed files with 1 additions and 1 deletions
|
|
@ -711,7 +711,7 @@ impl FieldElement {
|
||||||
/// XXX This returns an extra intermediate to save computation in
|
/// XXX This returns an extra intermediate to save computation in
|
||||||
/// finding inverses, at the cost of an extra copy when it's not
|
/// finding inverses, at the cost of an extra copy when it's not
|
||||||
/// used (e.g., when raising to (p-1)/2 or (p-5)/8). Good idea?
|
/// used (e.g., when raising to (p-1)/2 or (p-5)/8). Good idea?
|
||||||
fn pow22501(&self) -> (FieldElement,FieldElement) {
|
fn pow22501(&self) -> (FieldElement, FieldElement) {
|
||||||
// Instead of managing which temporary variables are used
|
// Instead of managing which temporary variables are used
|
||||||
// for what, we define as many as we need and trust the
|
// for what, we define as many as we need and trust the
|
||||||
// compiler to reuse stack space as appropriate.
|
// compiler to reuse stack space as appropriate.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue