Provides utility functions for hashing strings according to several popular algorithms.
The algorithms currently supported are:
local hashes = require "util.hashes";
All of the above functions return a hash string according to the chosen algorithm. By default the raw binary form is returned, most often you will want to pass true as the second parameter to get a nice hex-encoded string.