File

teal-src/util/uuid.d.tl @ 12808:12bd40b8e105

mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement Thanks MattJ
author Kim Alvefur <zash@zash.se>
date Thu, 20 Oct 2022 14:04:56 +0200
parent 12625:e43a01641ca1
line wrap: on
line source

local record lib
	get_nibbles : function (number) : string
	generate : function () : string

	seed : function (string)
end
return lib