util.hashes: Bind BLAKE2 algoritms supported by OpenSSL

This commit is contained in:
Kim Alvefur 2020-09-10 21:58:24 +02:00
parent 9f932f7559
commit f3d61e3945
3 changed files with 25 additions and 0 deletions

View file

@ -9,6 +9,8 @@ local record lib
sha384 : hash
sha512 : hash
md5 : hash
blake2s256 : hash
blake2b512 : hash
hmac_sha1 : hmac
hmac_sha256 : hmac
hmac_sha224 : hmac