Process one block of input from the array in and write it to the out array.
Params input = the array containing the input data. output = the array the output data will be copied into.
the number of bytes processed and produced.
See Implementation
Process one block of input from the array in and write it to the out array.
Params input = the array containing the input data. output = the array the output data will be copied into.