Cipher.update

ubyte[] update(const(ubyte)[] input)

Continues a multiple-part encryption or decryption operation.

Parameters

inputThe input buffer.

Returns

The new buffer with the result, or empty array if not enough data.