File

libs/hashes.lua @ 155:9c9af7a196ed

plugins.private, squishy: Allow setting the storage node, and not just child(s). And add to squishy.
author Kim Alvefur <zash@zash.se>
date Sat, 20 Nov 2010 17:27:03 +0100
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };