libs/encodings.lua

Fri, 07 Apr 2017 19:39:59 +0200

author
Kim Alvefur <zash@zash.se>
date
Fri, 07 Apr 2017 19:39:59 +0200
changeset 410
6171ef2a4025
parent 391
b496f0262a3f
child 431
9d7a293849f3
permissions
-rw-r--r--

component: Import sha1 via util.hashes

local function not_impl()
	error("Function not implemented");
end

local mime = require "mime";

module "encodings"

stringprep = {};
base64 = { encode = mime.b64, decode = mime.unb64 };

return _M;

mercurial