You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just spent two days wondering why I couldn't get all the values generated by the library to match md5sum. I believe I've narrowed the problem down to a bug. Please see the attached image.
The text was updated successfully, but these errors were encountered:
I'm not sure I can explain the problem any more. Looking at the above again, it seems like a small write will either complete a block at the head of the function (in which case the tail section will stash what's left in the buffer), or it won't, causing the head and mid sections to skip and the new write to concatenate into the buffer. The only way to hit the zero assignment is for the input data to run out, in which case it must have been consumed by the head and mid sections. This must be my mistake - sorry for the false alarm.
I've just spent two days wondering why I couldn't get all the values generated by the library to match md5sum. I believe I've narrowed the problem down to a bug. Please see the attached image.
The text was updated successfully, but these errors were encountered: