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