File

teal-src/util/uuid.d.tl @ 12815:2d134201dc55

net.resolvers.basic: Record hostname coming from secure SRV records Will be useful even later...
author Kim Alvefur <zash@zash.se>
date Thu, 22 Dec 2022 00:11:23 +0100
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