Transform byte input data with previously initialized key, mode and direction
public byte[] Update( byte[] data )
Public Function Update ( _ data As Byte() _ ) As Byte()
transformed data in byte array
For ECB and CBC modes, input data length must be an exact multiple of the block length (16 bytes)
VB6/C equivalent: AES256_Update