mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-09 21:10:44 +00:00
Remove unused import
This commit is contained in:
parent
e00cd114d7
commit
57c96616b9
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
||||||
//! Based on Adam Langley's curve25519-donna and (Golang) ed25519
|
//! Based on Adam Langley's curve25519-donna and (Golang) ed25519
|
||||||
//! implementations.
|
//! implementations.
|
||||||
|
|
||||||
use core::clone::Clone;
|
|
||||||
use core::fmt::Debug;
|
use core::fmt::Debug;
|
||||||
use core::ops::{Add, AddAssign};
|
use core::ops::{Add, AddAssign};
|
||||||
use core::ops::{Sub, SubAssign};
|
use core::ops::{Sub, SubAssign};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue