File

libs/hashes.lua @ 134:2101acbb27c4

squishy: Use --internal-bit-module to squish with the pure-Lua bit library
author Matthew Wild <mwild1@gmail.com>
date Mon, 13 Sep 2010 15:44:22 +0100
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };