Computes the MD5 hash of the input data.
The data to hash.
A promise that resolves to the MD5 hash as a byte array.
const hash = await md5(new Uint8Array([1, 2, 3])) Copy
const hash = await md5(new Uint8Array([1, 2, 3]))
Computes the MD5 hash of the input data.