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 6b11472 commit b8198bfCopy full SHA for b8198bf
crates/bitwarden-crypto/examples/protect_key_with_password.rs
@@ -9,7 +9,7 @@ use bitwarden_crypto::{
9
10
fn main() {
11
let key_store = KeyStore::<ExampleIds>::default();
12
- let mut ctx: KeyStoreContext<'_, ExampleIds> = key_story.context_mut();
+ let mut ctx: KeyStoreContext<'_, ExampleIds> = key_store.context_mut();
13
let mut disk = MockDisk::new();
14
15
// Alice wants to protect a key with a password.
0 commit comments