diff options
| author | mat <github@matdoes.dev> | 2022-07-10 23:43:09 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-07-10 23:43:09 -0500 |
| commit | ec0b6ec06c1607d7bfc9df2fca220f59c700e07b (patch) | |
| tree | 2499278bf20badd6b411404a80bbdedc788453dc /azalea-crypto/src/lib.rs | |
| parent | 5e3a6066f87b1a03e0303b41cee82103a709b02a (diff) | |
| download | azalea-drasl-ec0b6ec06c1607d7bfc9df2fca220f59c700e07b.tar.xz | |
1.19.1-pre4
Diffstat (limited to 'azalea-crypto/src/lib.rs')
| -rw-r--r-- | azalea-crypto/src/lib.rs | 2 |
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]; |
