From 19490a7cf5dd278fcf4146ca3efdf0ea67fb3589 Mon Sep 17 00:00:00 2001 From: Armando Montero <111711434+krypt0k1@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:31:44 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3641319..c628d85 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ Parameters: 5. input_path (str): File path for the input data to be encrypted or decrypted. 6. output_path (str): Destination file path for the resulting data after encryption or decryption. 7. algorithm (str): The cryptographic algorithm to use (e.g., "AES", "3DES", "RSA"). -8. mechanism (str): The PKCS#11 mechanism identifier for the cryptographic operation (currently unused, intended for future flexibility). -9. iv (int/bytes): The initialization vector for the cryptographic operation. For algorithms requiring an IV, this can be the size of the IV expected or the IV bytes directly. +8. iv (int/bytes): The initialization vector for the cryptographic operation. For algorithms requiring an IV, this can be the size of the IV expected or the IV bytes directly. # Methods