mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +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
|
||||
assert!(P.0.is_valid());
|
||||
// Check that P is in the image of the decaf map
|
||||
let compressed_P = P.compress();
|
||||
P.compress();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue