File

libs/hashes.lua @ 203:0f34520f4e26

plugins.smacks: Scatter some logging and comments through the code for good measure
author Matthew Wild <mwild1@gmail.com>
date Fri, 18 Mar 2011 21:48:24 +0000
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };