Changeset

11576:fbd1ebd86369

teal: Add new util.hashes APIs
author Kim Alvefur <zash@zash.se>
date Thu, 20 May 2021 23:09:45 +0200
parents 11575:76d32b2ca5eb
children 11577:60bee6822d79
files teal-src/util/hashes.d.tl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/teal-src/util/hashes.d.tl	Thu May 20 14:03:01 2021 +0200
+++ b/teal-src/util/hashes.d.tl	Thu May 20 23:09:45 2021 +0200
@@ -16,6 +16,8 @@
 	scram_Hi_sha1 : kdf
 	pbkdf2_hmac_sha1 : kdf
 	pbkdf2_hmac_sha256 : kdf
+	equals : function (string, string) : boolean
 	version : string
+	_LIBCRYPTO_VERSION : string
 end
 return lib