diff options
Diffstat (limited to 'teal-src/util/hashes.d.tl')
-rw-r--r-- | teal-src/util/hashes.d.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teal-src/util/hashes.d.tl b/teal-src/util/hashes.d.tl index 70b1d91e..9cd06bc0 100644 --- a/teal-src/util/hashes.d.tl +++ b/teal-src/util/hashes.d.tl @@ -1,6 +1,6 @@ local type hash = function (msg : string, hex : boolean) : string local type hmac = function (key : string, msg : string, hex : boolean) : string -local type kdf = function (pass : string, salt : string, i : number) : string +local type kdf = function (pass : string, salt : string, i : integer) : string local record lib sha1 : hash |