kikito / md5.lua

MD5 sum in pure Lua, with no C and no external dependencies
MIT License
326 stars 151 forks source link

Fix large strings #9

Closed ghost closed 8 years ago

ghost commented 8 years ago

Fixes #4.

kikito commented 8 years ago

thanks a lot! I had to remove the 9999 string because Lua 5.1 took too much time (with the other ones it takes ~10 minutes to pass the tests)