Skip to content

Commit

Permalink
Whitespace fixes for 3267a5d merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Jan 8, 2021
1 parent 3267a5d commit 77ec974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/parallel-formulas.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ There are several directions for future improvement:
[sandy2x]: https://eprint.iacr.org/2015/943.pdf
[avx2trac]: https://trac.torproject.org/projects/tor/ticket/8897#comment:28
[hwcd08]: https://www.iacr.org/archive/asiacrypt2008/53500329/53500329.pdf
[curve_models]: https://doc-internal.dalek.rs/curve25519_dalek/backend/serial/curve_models/index.html
[curve_models]: https://doc-internal.dalek.rs/curve25519_dalek/backend/serial/curve_models/index.html
[bbjlp08]: https://eprint.iacr.org/2008/013
[cmo98]: https://link.springer.com/content/pdf/10.1007%2F3-540-49649-1_6.pdf
[intel]: https://software.intel.com/sites/default/files/managed/9e/bc/64-ia-32-architectures-optimization-manual.pdf
4 changes: 2 additions & 2 deletions src/backend/vector/avx2/edwards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ mod test {
fn basepoint_odd_lookup_table_verify() {
use constants;
use backend::vector::avx2::constants::{BASEPOINT_ODD_LOOKUP_TABLE};
let basepoint_odd_table = NafLookupTable8::<CachedPoint>::from(&constants::ED25519_BASEPOINT_POINT);

let basepoint_odd_table = NafLookupTable8::<CachedPoint>::from(&constants::ED25519_BASEPOINT_POINT);
println!("basepoint_odd_lookup_table = {:?}", basepoint_odd_table);

let table_B = &BASEPOINT_ODD_LOOKUP_TABLE;
Expand Down

0 comments on commit 77ec974

Please sign in to comment.