mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.hashes: Bind BLAKE2 algoritms supported by OpenSSL
This commit is contained in:
parent
9f932f7559
commit
f3d61e3945
3 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue