mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
fix build warning
This commit is contained in:
parent
73100b74ff
commit
08bf6ebf08
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
use traits::Identity;
|
use traits::Identity;
|
||||||
use scalar::Scalar;
|
use scalar::Scalar;
|
||||||
use edwards::EdwardsPoint;
|
use edwards::EdwardsPoint;
|
||||||
use backend::serial::curve_models::{ProjectiveNielsPoint, ProjectivePoint};
|
use backend::serial::curve_models::ProjectiveNielsPoint;
|
||||||
use window::LookupTable;
|
use window::LookupTable;
|
||||||
|
|
||||||
/// Perform constant-time, variable-base scalar multiplication.
|
/// Perform constant-time, variable-base scalar multiplication.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue