aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-05-20 23:09:45 +0200
committerKim Alvefur <zash@zash.se>2021-05-20 23:09:45 +0200
commitd8b2d097f45f32db5380837446b0e7b02d3cecfa (patch)
treea126aedad8f5022cd7d169ed6545c5a740886700 /teal-src
parenta2fb39c676667c5e6ba5bee6ed820e9c1d7d66fd (diff)
downloadprosody-d8b2d097f45f32db5380837446b0e7b02d3cecfa.tar.gz
prosody-d8b2d097f45f32db5380837446b0e7b02d3cecfa.zip
teal: Add new util.hashes APIs
Diffstat (limited to 'teal-src')
-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