Skip to content

Commit

Permalink
fmt :/
Browse files Browse the repository at this point in the history
  • Loading branch information
nstilt1 committed Dec 15, 2023
1 parent 2575dac commit e8b56ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chacha20/src/chacha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ use cipher::{
IvSizeUser, KeySizeUser, StreamCipherCoreWrapper,
};

use crate::{
ChaChaCore, Rounds, R12, R20, R8,
variants::Ietf
};
use crate::{variants::Ietf, ChaChaCore, Rounds, R12, R20, R8};

/// Key type used by all ChaCha variants.
pub type Key = GenericArray<u8, U32>;
Expand Down

0 comments on commit e8b56ee

Please sign in to comment.