aboutsummaryrefslogtreecommitdiff
path: root/tests/s.lua
blob: 01ca4f7e3a8e6c1f727505a6ceabd9fab794388e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
local t = function (a) end

require "llib"

local a = llib.crypto.md5()

b = llib.thread.buffer(a)

b:mod(function(e) 
  return e:update("meow")
end)

print(b:get():final())