News

When I was working on a mod, I was needing to do password hashes. With the current Lua API, it's barely possible to hash data using existing Lua scripts, but it's really slow and ugly. I ended up ...