Cipher.update

Process a block of plaintext data from the input array and place it in the output array.

Parameters

input_ const(void[])

Array containing input data.

output_ void[]

Array to hold the output data.

Return Value

Type: uint

The amount of encrypted data processed.

Meta