File

libs/hashes.lua @ 251:e44ddcd84234

fixed sending of leave message
author mva <mva@mva.name>
date Fri, 02 Dec 2011 11:27:38 +0600
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };