File

teal-src/util/crand.d.tl @ 12278:2390837b8358

doap: Reference RFC 6331 which deprecated SASL DIGEST-MD5
author Kim Alvefur <zash@zash.se>
date Sat, 05 Feb 2022 18:06:59 +0100
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	bytes : function (n : integer) : string
	enum sourceid "OpenSSL" "arc4random()" "Linux" end
	_source : sourceid
end
return lib