Skip to content

Commit 349b559

Browse files
committed
fix
1 parent d6497eb commit 349b559

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/src/custom_mpl_cmm_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def encrypt_decrypt_with_cmm(
7979
"""Encrypts and decrypts a string using a custom CMM.
8080
8181
:param ICryptographicMaterialsManager cmm: CMM to use for encryption and decryption
82-
:param bytes source_plaintext: Data to encrypt
8382
"""
8483
# Set up an encryption client with an explicit commitment policy. Note that if you do not explicitly choose a
8584
# commitment policy, REQUIRE_ENCRYPT_REQUIRE_DECRYPT is used by default.

0 commit comments

Comments
 (0)