mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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 {
|
mod test {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
use rand_core::OsRng;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn byte_basepoint_matches_edwards_scalar_mul() {
|
fn byte_basepoint_matches_edwards_scalar_mul() {
|
||||||
let mut scalar_bytes = [0x37; 32];
|
let mut scalar_bytes = [0x37; 32];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue