We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fef06f commit b85806aCopy full SHA for b85806a
crates/bitwarden-crypto/examples/protect_key_with_password.rs
@@ -19,7 +19,7 @@ fn main() {
19
// - Protect a send with a URL fragment secret
20
// For this, the `PasswordProtectedKeyEnvelope` is used.
21
22
- // Alice has a vault protected with a symmetric key. She wants this protected with a PIN.
+ // Alice has a vault protected with a symmetric key. She wants the symmetric key protected with a PIN.
23
let vault_key = ctx
24
.generate_symmetric_key(ExampleSymmetricKey::VaultKey)
25
.expect("Generating vault key should work");
0 commit comments