File

libs/hashes.lua @ 279:7a0aa3d055f4

verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message
author Matthew Wild <mwild1@gmail.com>
date Sun, 12 Feb 2012 20:21:52 +0000
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };