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 41997d1 commit 7c882e5Copy full SHA for 7c882e5
crates/bitwarden-wasm-internal/src/pure_crypto.rs
@@ -253,7 +253,7 @@ impl PureCrypto {
253
}
254
255
/// Decapsulates (decrypts) a symmetric key using an decapsulation key (private key) in pkcs8
256
- /// der format. Note: This is unsigned, so the sender authenticity cannot be verified by the
+ /// der format. Note: This is unsigned, so the sender's authenticity cannot be verified by the
257
/// recipient.
258
pub fn decapsulate_key_unsigned(
259
encapsulated_key: String,
0 commit comments