mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Whitespace fix.
This commit is contained in:
parent
7a0c0e9d0d
commit
227acc117b
1 changed files with 0 additions and 1 deletions
|
|
@ -737,7 +737,6 @@ mod test {
|
||||||
assert_eq!(should_be_unpacked.0, unpacked.0);
|
assert_eq!(should_be_unpacked.0, unpacked.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn montgomery_reduce_matches_reduce() {
|
fn montgomery_reduce_matches_reduce() {
|
||||||
let mut bignum = [0u8; 64];
|
let mut bignum = [0u8; 64];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue