File

libs/encodings.lua @ 105:0f2446a9f65f

util.sha1: Obey second parameter which decides whether to return the result in ASCII hex encoding
author Matthew Wild <mwild1@gmail.com>
date Sat, 21 Aug 2010 15:31:13 +0100
parent 0:caf260adc453
child 107:59c6f2deb8ab
line wrap: on
line source

module "encodings"

stringprep = {};

return _M;