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 d6497eb commit 349b559Copy full SHA for 349b559
examples/src/custom_mpl_cmm_example.py
@@ -79,7 +79,6 @@ def encrypt_decrypt_with_cmm(
79
"""Encrypts and decrypts a string using a custom CMM.
80
81
:param ICryptographicMaterialsManager cmm: CMM to use for encryption and decryption
82
- :param bytes source_plaintext: Data to encrypt
83
"""
84
# Set up an encryption client with an explicit commitment policy. Note that if you do not explicitly choose a
85
# commitment policy, REQUIRE_ENCRYPT_REQUIRE_DECRYPT is used by default.
0 commit comments