Comparison

util/sasl/scram.lua @ 8555:4f0f5b49bb03

vairious: Add annotation when an empty environment is set [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 28 Feb 2018 20:06:26 +0100
parent 8382:e5d00bf4a4d5
child 8728:41c959c5c84b
comparison
equal deleted inserted replaced
8554:12a68e0d0ecf 8555:4f0f5b49bb03
24 local t_concat = table.concat; 24 local t_concat = table.concat;
25 local char = string.char; 25 local char = string.char;
26 local byte = string.byte; 26 local byte = string.byte;
27 27
28 local _ENV = nil; 28 local _ENV = nil;
29 -- luacheck: std none
29 30
30 --========================= 31 --=========================
31 --SASL SCRAM-SHA-1 according to RFC 5802 32 --SASL SCRAM-SHA-1 according to RFC 5802
32 33
33 --[[ 34 --[[