aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-crypto/src/lib.rs')
-rw-r--r--azalea-crypto/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-crypto/src/lib.rs b/azalea-crypto/src/lib.rs
index a5e797e8..9a17a472 100644
--- a/azalea-crypto/src/lib.rs
+++ b/azalea-crypto/src/lib.rs
@@ -7,7 +7,7 @@ use aes::{
};
use rand::{rngs::OsRng, RngCore};
use sha1::{Digest, Sha1};
-pub use signing::SaltSignaturePair;
+pub use signing::*;
fn generate_secret_key() -> [u8; 16] {
let mut key = [0u8; 16];