Remove unused import

This commit is contained in:
Chris Hennick 2023-05-16 20:40:57 -07:00
parent b37dac5d79
commit 4753b6ecb9
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -4,7 +4,6 @@
//! different byte order (little endian) than NIST (big endian). //! different byte order (little endian) than NIST (big endian).
//! See [AesCtrZipKeyStream] for more information. //! See [AesCtrZipKeyStream] for more information.
use aes::cipher;
use aes::cipher::generic_array::GenericArray; use aes::cipher::generic_array::GenericArray;
use aes::cipher::{BlockEncrypt, KeyInit}; use aes::cipher::{BlockEncrypt, KeyInit};
use byteorder::WriteBytesExt; use byteorder::WriteBytesExt;