Cipher.update
ubyte[] update(const(ubyte)[] input)Continues a multiple-part encryption or decryption operation.
Parameters
input | The input buffer. |
Returns
The new buffer with the result, or empty array if not enough data.
ubyte[] update(const(ubyte)[] input)Continues a multiple-part encryption or decryption operation.
input | The input buffer. |