library: crypto/rand

This commit is contained in:
xushiwei
2024-07-31 10:26:18 +08:00
parent a3ff845a14
commit af6e4abe84
5 changed files with 360 additions and 0 deletions

View File

@@ -758,6 +758,7 @@ type none struct{}
var hasAltPkg = map[string]none{
"crypto/md5": {},
"crypto/rand": {},
"fmt": {},
"hash/crc32": {},
"internal/abi": {},