mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 08:53:08 +00:00
Remove uneeded export
This commit is contained in:
parent
b6e19cd9ea
commit
649625311f
@ -1,6 +1,5 @@
|
||||
use generic_array::{GenericArray, typenum::U32};
|
||||
use std::fmt::Debug;
|
||||
|
||||
pub use generic_array::{GenericArray, typenum::U32};
|
||||
use zeroize::{Zeroize, ZeroizeOnDrop};
|
||||
|
||||
#[derive(Clone, Zeroize, ZeroizeOnDrop, PartialEq)]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
mod keys;
|
||||
mod x3dh;
|
||||
|
||||
pub use keys::{GenericArray, SecretKey};
|
||||
pub use keys::SecretKey32;
|
||||
pub use x3dh::{DomainSeparator, PrekeyBundle, X3Handshake};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user