File

libs/hashes.lua @ 329:2787e038bea2

verse.client: Use a different flag to indicate that our outgoing stream is closed
author Kim Alvefur <zash@zash.se>
date Sun, 10 Feb 2013 04:52:17 +0100
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };