diff options
author | Kim Alvefur <zash@zash.se> | 2020-11-29 17:58:45 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-11-29 17:58:45 +0100 |
commit | ae14dc12208406f54c3ac260dc1dfe701e77f3a3 (patch) | |
tree | 3521e985e7949acfcd08ce022b47c149055ba9a3 /teal-src | |
parent | 54f8ca81f427db3ae9624f9ab5ebd0a566f63013 (diff) | |
download | prosody-ae14dc12208406f54c3ac260dc1dfe701e77f3a3.tar.gz prosody-ae14dc12208406f54c3ac260dc1dfe701e77f3a3.zip |
util.hashes: Expose sha224 and sha384 HMAC functions
For completeness and consistency with set of plain hash functions
Diffstat (limited to 'teal-src')
-rw-r--r-- | teal-src/util/hashes.d.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/teal-src/util/hashes.d.tl b/teal-src/util/hashes.d.tl index cbb06f8e..2784a59b 100644 --- a/teal-src/util/hashes.d.tl +++ b/teal-src/util/hashes.d.tl @@ -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 |