Skip to content

Commit 4c74a8f

Browse files
authored
Update legacy.rs
1 parent dc3c7f7 commit 4c74a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_chacha/src/legacy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use cipher::{
99
};
1010

1111
#[cfg(feature = "zeroize")]
12-
use cipher::zeroize::ZeroizeOnDrop;
12+
use zeroize::ZeroizeOnDrop;
1313

1414
/// Nonce type used by [`ChaCha20Legacy`].
1515
pub type LegacyNonce = GenericArray<u8, U8>;

0 commit comments

Comments
 (0)