aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_hashes_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* Backed out changeset 61bc5c52c941Kim Alvefur2019-04-211-16/+0
| | | | luaL_buffinitsize is only available in Lua 5.2+
* util.hashes: Allow specifying output key lengthKim Alvefur2019-04-201-0/+16
| | | | This is not needed for SCRAM but PBKDF2 takes this argument.
* util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi())Kim Alvefur2019-04-191-0/+37
Number 4 is disabled by default beacuse of how long time it takes