Diff

teal-src/util/hashes.d.tl @ 12563:d9a4e28689eb

util.hashes: Bind BLAKE2 algoritms supported by OpenSSL
author Kim Alvefur <zash@zash.se>
date Thu, 10 Sep 2020 21:58:24 +0200
parent 12561:adfb46a3e8a7
child 12564:36e769c64054
line wrap: on
line diff
--- a/teal-src/util/hashes.d.tl	Thu Sep 10 21:58:25 2020 +0200
+++ b/teal-src/util/hashes.d.tl	Thu Sep 10 21:58:24 2020 +0200
@@ -9,6 +9,8 @@
 	sha384 : hash
 	sha512 : hash
 	md5 : hash
+	blake2s256 : hash
+	blake2b512 : hash
 	hmac_sha1 : hmac
 	hmac_sha256 : hmac
 	hmac_sha224 : hmac