OOP API for block ciphers
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.
See Implementation
OOP API for block ciphers