amn/MD5-WASM-JS

Computation result incorrect for `digest` for when input size is aligned on 512 bytes

Closed this issue · 1 comments

amn commented

There is an error that will always cause incorrect digest to be computed when the size of the input is aligned on 512 bytes.

Note: the error does not stem from the underlying WASM module, but is because of how digest in this module uses the former.

amn commented

Fixed with commit 6ae52ea.