Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Mar 1, 2024
1 parent 457172d commit 77509e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/memory-testing/src/bin/analyze-dumps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ fn main() -> io::Result<()> {
mac_final_pos.is_empty(),
);

// TODO: At the moment we are not zeroizing the base64 key in from_str, so this test is ignored
// TODO: At the moment we are not zeroizing the base64 key in from_str, so this test is
// ignored
add_row(
&mut table,
format!("Symm. Key in Base64, case {}", idx),
Expand Down
3 changes: 2 additions & 1 deletion crates/memory-testing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ pub fn load_cases(base_dir: &Path) -> Cases {
cases
}

// Note: We don't actively zeroize these structs here because we want the code in bitwarden_crypto to handle it for us
// Note: We don't actively zeroize these structs here because we want the code in bitwarden_crypto
// to handle it for us
#[derive(serde::Deserialize)]
pub struct Cases {
pub symmetric_key: Vec<SymmetricKeyCases>,
Expand Down

0 comments on commit 77509e8

Please sign in to comment.