hash-library
hash-library copied to clipboard
fix ub in md5.cpp
Have the following sanitizer output:
md5.cpp:299:23: runtime error: index 120 out of bounds for type 'unsigned char [64]'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior md5.cpp:299:23 in
This commit fixes that.