Home: https://github.com/asmagill/mjolnir_asm.data
This module provides base64 encoding and decoding for Mjolnir.
Portions sourced from (https://gist.github.com/shpakovski/1902994).
mjolnir._asm.data.base64.decode(str) -> val
Returns a Lua string representing the given base64 string.
mjolnir._asm.data.base64.encode(val[,width]) -> str
Returns the base64 encoding of the string provided, optionally split into lines of width
characters per line.