File

libs/hashes.lua @ 354:58cd27b74ba5

Almost a SASL framework, supports negotiation and challenge-response, mechanism code split out into util/sasl/
author Kim Alvefur <zash@zash.se>
date Thu, 18 Sep 2014 18:59:34 +0200
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };