File

libs/hashes.lua @ 351:4455b07f77ed

verse.plugins.uptime: Explicitly cast uptime to a number
author Kim Alvefur <zash@zash.se>
date Wed, 04 Sep 2013 13:40:55 +0200
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };