MAC.update
MAC update(const(ubyte)[] input)Updates the MAC with the given input data.
Parameters
input | The data to update with. |
Returns
The MAC instance itself for method chaining.
MAC update(const(ubyte)[] input)Updates the MAC with the given input data.
input | The data to update with. |