aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-09-10 21:58:24 +0200
committerKim Alvefur <zash@zash.se>2020-09-10 21:58:24 +0200
commitf3d61e394501472062f359e02ce5d3bb10bc4bc8 (patch)
tree48fbb663f22408cb4d966e30e01b0ad3fedc42a2 /teal-src
parent9f932f75595640510f3d36ab6bfe10e673235d9f (diff)
downloadprosody-f3d61e394501472062f359e02ce5d3bb10bc4bc8.tar.gz
prosody-f3d61e394501472062f359e02ce5d3bb10bc4bc8.zip
util.hashes: Bind BLAKE2 algoritms supported by OpenSSL
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/util/hashes.d.tl2
1 files changed, 2 insertions, 0 deletions
diff --git a/teal-src/util/hashes.d.tl b/teal-src/util/hashes.d.tl
index 2784a59b..6932ab72 100644
--- a/teal-src/util/hashes.d.tl
+++ b/teal-src/util/hashes.d.tl
@@ -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