Hash.update

Hash update(const(ubyte)[] input)

Updates the hash with the given input data.

Parameters

inputThe data to update with.

Returns

The Hash instance itself for method chaining.