Skip to content

Commit

Permalink
Update xchacha.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nstilt1 committed Oct 25, 2023
1 parent 4c74a8f commit b789fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_chacha/src/xchacha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use cipher::{
};

#[cfg(feature = "zeroize")]
use cipher::zeroize::ZeroizeOnDrop;
use zeroize::ZeroizeOnDrop;

/// Nonce type used by XChaCha variants.
pub type XNonce = GenericArray<u8, U24>;
Expand Down

0 comments on commit b789fd6

Please sign in to comment.