Skip to content

Commit 85f90d1

Browse files
function description fix
Signed-off-by: artur.kazimierski <[email protected]>
1 parent a2d878d commit 85f90d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/basic_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ impl BasicClient {
12281228

12291229
/// **[Cryptographic Operation]** Encrypt a short message with a symmetric cipher.
12301230
///
1231-
/// The key intended for decrypting **must** have its `encrypt` flag set
1231+
/// The key intended for encrypting **must** have its `encrypt` flag set
12321232
/// to `true` in its [key policy](https://docs.rs/parsec-interface/*/parsec_interface/operations/psa_key_attributes/struct.Policy.html).
12331233
///
12341234
/// This function will encrypt a short message with a random initialisation vector (IV).

0 commit comments

Comments
 (0)