Files
lualibs-md5/md5_hmac_test.lua
T
Cosmin Apreutesei e8e6ed49bf unimportant
2019-11-06 16:34:48 +02:00

7 lines
259 B
Lua

local hmac = require'md5'.hmac
local glue = require'glue'
local unit = require'unit'
test(glue.tohex(hmac('dude', 'key')), 'e9ecd7d5b2d9dc558d1c2cd173be7c38')
test(glue.tohex(hmac('what do ya want for nothing?', 'Jefe')), '750c783e6ab0b503eaa86e310a5db738')