mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.hashes: Expose sha224 and sha384 HMAC functions
For completeness and consistency with set of plain hash functions
This commit is contained in:
parent
54f8ca81f4
commit
ae14dc1220
3 changed files with 14 additions and 0 deletions
|
@ -11,6 +11,8 @@ local record lib
|
|||
md5 : hash
|
||||
hmac_sha1 : hmac
|
||||
hmac_sha256 : hmac
|
||||
hmac_sha224 : hmac
|
||||
hmac_sha384 :hmac
|
||||
hmac_sha512 : hmac
|
||||
hmac_md5 : hmac
|
||||
scram_Hi_sha1 : kdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue