libs/hashes.lua

Mon, 05 Dec 2011 15:38:18 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 05 Dec 2011 15:38:18 +0000
changeset 257
816b8ccb3082
parent 129
c0be31a5ff55
child 389
bf3a4fcdcb76
permissions
-rw-r--r--

verse: Add init(...) method to load connection modules (client, component, bosh, etc.)

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };

mercurial