mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Remove unused imports in curve::bench module.
This commit is contained in:
parent
0b70ab3638
commit
891cf76aab
1 changed files with 1 additions and 1 deletions
|
|
@ -1654,7 +1654,7 @@ mod bench {
|
|||
use test::Bencher;
|
||||
use constants;
|
||||
use super::*;
|
||||
use super::test::{A_SCALAR, A_TIMES_BASEPOINT, B_SCALAR};
|
||||
use super::test::{A_SCALAR};
|
||||
|
||||
#[bench]
|
||||
fn basepoint_mult(b: &mut Bencher) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue