Skip to content

Commit afaf211

Browse files
committed
refactor(crypto): rename module
1 parent c1a0dbc commit afaf211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tox_binary_io/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ use std::{convert::TryInto, net::{
1212
}};
1313

1414
#[cfg(feature = "crypto")]
15-
pub use sodium::*;
15+
pub use crypto::*;
1616
#[cfg(feature = "crypto")]
17-
mod sodium;
17+
mod crypto;
1818

1919
/// The trait provides method to deserialize struct from raw bytes
2020
pub trait FromBytes: Sized {

0 commit comments

Comments
 (0)