File

libs/hashes.lua @ 171:741f5311d30c

verse.client: Fix two cases where we called methods on the base stream object instead of the current one
author Matthew Wild <mwild1@gmail.com>
date Thu, 30 Dec 2010 20:18:47 +0000
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };