Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Dec 24, 2022
1 parent 4604196 commit ed742a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scrypt_kdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<'a> ScryptKDF<'a> {
secret.len() as size_t,
salt.as_ptr(),
salt.len() as size_t,
self.opts.n as u64,
self.opts.n,
self.opts.r,
self.opts.p,
dk.as_mut_ptr(),
Expand Down

0 comments on commit ed742a8

Please sign in to comment.