Skip to content

Commit 7c882e5

Browse files
quextencoroiu
andauthored
Update crates/bitwarden-wasm-internal/src/pure_crypto.rs
Co-authored-by: Andreas Coroiu <[email protected]>
1 parent 41997d1 commit 7c882e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-wasm-internal/src/pure_crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ impl PureCrypto {
253253
}
254254

255255
/// 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
256+
/// der format. Note: This is unsigned, so the sender's authenticity cannot be verified by the
257257
/// recipient.
258258
pub fn decapsulate_key_unsigned(
259259
encapsulated_key: String,

0 commit comments

Comments
 (0)