mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Remove unused import of DecafPoint in curve module.
This commit is contained in:
parent
767c99adf5
commit
cc86091224
1 changed files with 0 additions and 2 deletions
|
|
@ -87,8 +87,6 @@ use core::ops::{Mul, MulAssign};
|
|||
use core::ops::Index;
|
||||
|
||||
use constants;
|
||||
#[cfg(feature = "yolocrypto")]
|
||||
use decaf::DecafPoint;
|
||||
use field::FieldElement;
|
||||
use scalar::Scalar;
|
||||
use subtle::arrays_equal_ct;
|
||||
|
|
|
|||
Loading…
Reference in a new issue