mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
Remove unused import from test suite.
This commit is contained in:
parent
336939cf02
commit
9e387372e6
1 changed files with 0 additions and 2 deletions
|
|
@ -260,8 +260,6 @@ impl From<AllowUnreducedScalarBytes> for Scalar {
|
|||
mod test {
|
||||
use super::*;
|
||||
|
||||
use rand_core::OsRng;
|
||||
|
||||
#[test]
|
||||
fn byte_basepoint_matches_edwards_scalar_mul() {
|
||||
let mut scalar_bytes = [0x37; 32];
|
||||
|
|
|
|||
Loading…
Reference in a new issue