mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-08 20:40:32 +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 test::Bencher;
|
||||||
use constants;
|
use constants;
|
||||||
use super::*;
|
use super::*;
|
||||||
use super::test::{A_SCALAR, A_TIMES_BASEPOINT, B_SCALAR};
|
use super::test::{A_SCALAR};
|
||||||
|
|
||||||
#[bench]
|
#[bench]
|
||||||
fn basepoint_mult(b: &mut Bencher) {
|
fn basepoint_mult(b: &mut Bencher) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue