Merge with backout
[prosody.git] / util / sasl / scram.lua
index 4f80052908cd7148b8d123edfaa5e61f36d02a48..103e8a905d65373efb062cdd5020495773760e75 100644 (file)
@@ -15,7 +15,6 @@ local s_match = string.match;
 local type = type
 local string = string
 local base64 = require "util.encodings".base64;
-local xor = require "bit".bxor
 local hmac_sha1 = require "util.hmac".sha1;
 local sha1 = require "util.hashes".sha1;
 local generate_uuid = require "util.uuid".generate;