library: hash/{crc32, adler32}

This commit is contained in:
xushiwei
2024-07-30 19:36:36 +08:00
parent 3212f059ff
commit 1eaf124d4e
6 changed files with 161 additions and 2 deletions

View File

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