Skip to content

Commit

Permalink
test new fmt action
Browse files Browse the repository at this point in the history
  • Loading branch information
supinie committed May 28, 2024
1 parent 11ca79c commit b2131fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::{
},
params::{SecurityLevel, K, MAX_CIPHERTEXT, SHAREDSECRETBYTES, SYMBYTES},
};
use rand_chacha::{ChaCha20Rng};
use rand_chacha::ChaCha20Rng;
use rand_core::{CryptoRng, RngCore, SeedableRng};
use sha3::{
digest::{ExtendableOutput, Update, XofReader},
Expand Down

0 comments on commit b2131fa

Please sign in to comment.