Whitespace fixes for 3267a5d merge.

This commit is contained in:
Isis Lovecruft 2021-01-08 00:33:37 +00:00
parent 3267a5d75d
commit 77ec974212
No known key found for this signature in database
GPG key ID: AB41313533E8E812
2 changed files with 3 additions and 3 deletions

View file

@ -527,7 +527,7 @@ mod test {
use constants; use constants;
use backend::vector::avx2::constants::{BASEPOINT_ODD_LOOKUP_TABLE}; 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); println!("basepoint_odd_lookup_table = {:?}", basepoint_odd_table);
let table_B = &BASEPOINT_ODD_LOOKUP_TABLE; let table_B = &BASEPOINT_ODD_LOOKUP_TABLE;