File

libs/hashes.lua @ 144:46e933d81024

docs/example_jingle.lua: Update to use content.type instead of content.name for checking the kind of content we're receiving
author Matthew Wild <mwild1@gmail.com>
date Fri, 17 Sep 2010 16:42:50 +0100
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };