aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9cd06bc0..cbb06f8e 100644
--- a/teal-src/util/hashes.d.tl
+++ b/teal-src/util/hashes.d.tl
@@ -16,6 +16,8 @@ local record lib
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