teal: Add new util.hashes APIs
authorKim Alvefur <zash@zash.se>
Thu, 20 May 2021 23:09:45 +0200
changeset 11580 fbd1ebd86369
parent 11579 76d32b2ca5eb
child 11581 60bee6822d79
teal: Add new util.hashes APIs
teal-src/util/hashes.d.tl
--- 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