File

libs/hashes.lua @ 341:a95890d86fe4

plugins.adhoc, plugins.jingle: Fix checking of type attribute (thanks Mark)
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Jun 2013 14:36:41 +0100
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };