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