Core Engine
Core Engine
Create a cipher mode filter object
| BlockCipher block_cipher | a block cipher object |
| CipherDir direction | are we encrypting or decrypting? |
| string mode | the name of the cipher mode to use |
| string padding | the mode padding to use (only used for ECB, CBC) |