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 ab40b02 commit 469e2cbCopy full SHA for 469e2cb
crates/bitwarden-core/src/key_management/crypto.rs
@@ -579,7 +579,7 @@ pub(super) fn verify_asymmetric_keys(
579
})
580
}
581
582
-///
+/// Response for the `make_keys_for_user_crypto_v2`, containing a set of keys for a user
583
#[derive(Serialize, Deserialize, Debug, JsonSchema)]
584
#[serde(rename_all = "camelCase", deny_unknown_fields)]
585
#[cfg_attr(feature = "uniffi", derive(uniffi::Record))]
0 commit comments