Skip to content

Commit

Permalink
chore: Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Dec 19, 2023
1 parent ae55850 commit d3ec60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/password.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ pub(crate) fn derive_key(backup_password: &str, salt: &str) -> Vec<u8> {
salt.as_bytes(),
AUTHY_ITERATIONS.unwrap().into(),
&mut derived_key,
).expect("failed to derive key");
)
.expect("failed to derive key");

derived_key.to_vec()
}
Expand Down

0 comments on commit d3ec60c

Please sign in to comment.