File

libs/hashes.lua @ 233:b5fd3292bdbd

squishy: Rewrite in an attempt to curb the unbounded growth of the plugin list
author Matthew Wild <mwild1@gmail.com>
date Sun, 27 Nov 2011 21:40:42 +0000
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };