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, 2 insertions, 0 deletions
diff --git a/azalea-crypto/src/lib.rs b/azalea-crypto/src/lib.rs
index a5e797e8..85705883 100644
--- a/azalea-crypto/src/lib.rs
+++ b/azalea-crypto/src/lib.rs
@@ -79,6 +79,8 @@ pub fn decrypt_packet(cipher: &mut Aes128CfbDec, packet: &mut [u8]) {
cipher.decrypt_blocks_inout_mut(chunks);
}
+
+
#[cfg(test)]
mod tests {
use super::*;