From f3d61e394501472062f359e02ce5d3bb10bc4bc8 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 10 Sep 2020 21:58:24 +0200 Subject: util.hashes: Bind BLAKE2 algoritms supported by OpenSSL --- teal-src/util/hashes.d.tl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'teal-src/util') 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 -- cgit v1.2.3