mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 22:43:26 -08:00
chore: Remove unnecessary imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use rosenpass_secret_memory::{Public, Secret};
|
||||
use std::{fmt::Debug, result::Result};
|
||||
use std::fmt::Debug;
|
||||
|
||||
pub const WG_KEY_LEN: usize = 32;
|
||||
pub const WG_PEER_LEN: usize = 32;
|
||||
|
||||
Reference in New Issue
Block a user