teal-src/util/hashes.d.tl
changeset 11463 86904555bffc
parent 11436 113f3912c7cb
child 11580 fbd1ebd86369
--- a/teal-src/util/hashes.d.tl	Thu Mar 18 13:07:10 2021 +0100
+++ b/teal-src/util/hashes.d.tl	Thu Mar 18 23:16:41 2021 +0100
@@ -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