Skip to content

Commit b85806a

Browse files
Update crates/bitwarden-crypto/examples/protect_key_with_password.rs
Co-authored-by: Thomas Avery <[email protected]>
1 parent 1fef06f commit b85806a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-crypto/examples/protect_key_with_password.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn main() {
1919
// - Protect a send with a URL fragment secret
2020
// For this, the `PasswordProtectedKeyEnvelope` is used.
2121

22-
// Alice has a vault protected with a symmetric key. She wants this protected with a PIN.
22+
// Alice has a vault protected with a symmetric key. She wants the symmetric key protected with a PIN.
2323
let vault_key = ctx
2424
.generate_symmetric_key(ExampleSymmetricKey::VaultKey)
2525
.expect("Generating vault key should work");

0 commit comments

Comments
 (0)