diff options
author | Kim Alvefur <zash@zash.se> | 2021-05-20 23:09:45 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-05-20 23:09:45 +0200 |
commit | d8b2d097f45f32db5380837446b0e7b02d3cecfa (patch) | |
tree | a126aedad8f5022cd7d169ed6545c5a740886700 /teal-src | |
parent | a2fb39c676667c5e6ba5bee6ed820e9c1d7d66fd (diff) | |
download | prosody-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.tl | 2 |
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 |