Closed MariusVolkhart closed 3 years ago
The update(byte[], int, int) function produced an incorrect hash when used with a non-zero offset.
The root cause was that the compress(byte[], int) function did not pass the offset to copyMemory(byte[], byte[]).
LGTM. Thank you.
The update(byte[], int, int) function produced an incorrect hash when used with a non-zero offset.
The root cause was that the compress(byte[], int) function did not pass the offset to copyMemory(byte[], byte[]).