Software /
code /
prosody
Log
spec/util_hashes_spec.lua @ 12936:b796e08e6376
description | author | age |
---|---|---|
spec: Suppress some harmless luacheck warnings in tests | Matthew Wild | 23 months ago |
util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384 | Matthew Wild | 23 months ago |
util.hashes: Add SHA3 bindings | Kim Alvefur | 2020-09-10 |
util.hex: Deprecate to/from in favour of encode/decode, for consistency! | Matthew Wild | 2022-03-04 |
util.hashes: Fix output length of PBKDF2-HMAC-SHA256 | Kim Alvefur | 2020-04-22 |
util.hashes: Use generic name of PBKDF2-HMAC-SHA1 function in tests | Kim Alvefur | 2020-04-22 |
Backed out changeset 61bc5c52c941 | Kim Alvefur | 2019-04-20 |
util.hashes: Allow specifying output key length | Kim Alvefur | 2019-04-20 |
util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi()) | Kim Alvefur | 2019-04-19 |