util.hmac: Ignore long hex lines in tests

This commit is contained in:
Kim Alvefur 2019-04-19 13:17:49 +02:00
parent d008744344
commit 53f4351d9a

View file

@ -1,5 +1,8 @@
-- Test cases from RFC 4231
-- Yes, the lines are long, it's annoying to split the long hex things.
-- luacheck: ignore 631
local hmac = require "util.hmac";
local hex = require "util.hex";