Process one block of input from the array in and write it to the out array.
Reset the cipher. After resetting the cipher is in the same state as it was after the last init (if there was one).
Initialize the cipher.
Return the block size for this cipher (in bytes).
Return the name of the algorithm the cipher implements.
Initialize the cipher.
Return the name of the algorithm the cipher implements.
Return the block size for this cipher (in bytes).
Process one block of input from the array in and write it to the out array.
Reset the cipher. After resetting the cipher is in the same state as it was after the last init (if there was one).
Wraps block ciphers into the OOP API