diff options
| author | mat <github@matdoes.dev> | 2022-06-23 23:45:23 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-23 23:45:23 -0500 |
| commit | ce834aeca5d732a547b66554590232321e3d1829 (patch) | |
| tree | f7dbb7b9b1fa00a50fb98f5f020ba6ca4f2a9c6a /azalea-crypto/src | |
| parent | 2cdbdcaa27c812e569c7c1a13d83182446e7f18b (diff) | |
| download | azalea-drasl-ce834aeca5d732a547b66554590232321e3d1829.tar.xz | |
Fixes
Diffstat (limited to 'azalea-crypto/src')
| -rw-r--r-- | azalea-crypto/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea-crypto/src/lib.rs b/azalea-crypto/src/lib.rs index 85705883..a5e797e8 100644 --- a/azalea-crypto/src/lib.rs +++ b/azalea-crypto/src/lib.rs @@ -79,8 +79,6 @@ pub fn decrypt_packet(cipher: &mut Aes128CfbDec, packet: &mut [u8]) { cipher.decrypt_blocks_inout_mut(chunks); } - - #[cfg(test)] mod tests { use super::*; |
