prosody/.busted
Kim Alvefur 43bb3d5756 util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi())
Number 4 is disabled by default beacuse of how long time it takes
2019-04-19 14:12:28 +02:00

13 lines
174 B
Text

return {
_all = {
},
default = {
["exclude-tags"] = "mod_bosh,storage,SLOW";
};
bosh = {
tags = "mod_bosh";
};
storage = {
tags = "storage";
};
}