digest - luxembourg/muxcode-clm GitHub Wiki
DIGEST()
FUNCTION: digest(<algorithm>[, <string>])
Returns a checksum (hash, digest, etc.) of <string> using the given <algorithm>. While the exact list of algorithms varies when SSL support is enabled, the following is a representative sample:
md2 md4 md5 sha sha1 sha224 sha256 sha384 sha512 dss1 mdc2 ripemd160
Without SSL, only the sha1 algorithm is enabled.