Skip to content

Commit b789fd6

Browse files
authored
Update xchacha.rs
1 parent 4c74a8f commit b789fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_chacha/src/xchacha.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 XChaCha variants.
1515
pub type XNonce = GenericArray<u8, U24>;

0 commit comments

Comments
 (0)