diff options
author | Andrey Andreev <narf@devilix.net> | 2014-06-19 19:08:59 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-06-19 19:08:59 +0200 |
commit | 1e83d69a52a85a4f568bfa086d658556acd48980 (patch) | |
tree | a881d4573d226b09c0c8da800a72183319ac3f3d /user_guide_src | |
parent | 62fad288482a02573d7c2f3463d97c7a0edbd533 (diff) |
Remove the custom IV option from CI_Encryption
It serves for no practical purpose and can only do harm.
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/encryption.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/encryption.rst b/user_guide_src/source/libraries/encryption.rst index a4415f510..ff41ade78 100644 --- a/user_guide_src/source/libraries/encryption.rst +++ b/user_guide_src/source/libraries/encryption.rst @@ -425,7 +425,6 @@ Option Default value Mandatory / Optional Description cipher N/A Yes Encryption algorithm (see :ref:`ciphers-and-modes`). mode N/A Yes Encryption mode (see :ref:`encryption-modes`). key N/A Yes Encryption key. -iv N/A No Initialization vector (IV). If not provided it will be automatically generated during encryption and looked for during decryption. hmac TRUE No Whether to use a HMAC. |