mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Remove unused assignment in a decaf test.
This commit is contained in:
parent
891cf76aab
commit
767c99adf5
1 changed files with 1 additions and 1 deletions
|
|
@ -672,7 +672,7 @@ mod test {
|
||||||
// Check that P is on the curve
|
// Check that P is on the curve
|
||||||
assert!(P.0.is_valid());
|
assert!(P.0.is_valid());
|
||||||
// Check that P is in the image of the decaf map
|
// Check that P is in the image of the decaf map
|
||||||
let compressed_P = P.compress();
|
P.compress();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue