util.hashes: Expose sha224 and sha384 HMAC functions

For completeness and consistency with set of plain hash functions
This commit is contained in:
Kim Alvefur 2020-11-29 17:58:45 +01:00
parent 54f8ca81f4
commit ae14dc1220
3 changed files with 14 additions and 0 deletions

View file

@ -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