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 a2d878d commit 85f90d1Copy full SHA for 85f90d1
src/core/basic_client.rs
@@ -1228,7 +1228,7 @@ impl BasicClient {
1228
1229
/// **[Cryptographic Operation]** Encrypt a short message with a symmetric cipher.
1230
///
1231
- /// The key intended for decrypting **must** have its `encrypt` flag set
+ /// The key intended for encrypting **must** have its `encrypt` flag set
1232
/// to `true` in its [key policy](https://docs.rs/parsec-interface/*/parsec_interface/operations/psa_key_attributes/struct.Policy.html).
1233
1234
/// This function will encrypt a short message with a random initialisation vector (IV).
0 commit comments