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

@@ -298,6 +298,8 @@ Here are the Go packages that can be imported correctly:
* [encoding/base64](https://pkg.go.dev/encoding/base64)
* [encoding/csv](https://pkg.go.dev/encoding/csv)
* [hash](https://pkg.go.dev/hash)
* [hash/adler32](https://pkg.go.dev/hash/adler32)
* [hash/crc32](https://pkg.go.dev/hash/crc32) (partially)
* [hash/crc64](https://pkg.go.dev/hash/crc64)
* [crypto/md5](https://pkg.go.dev/crypto/md5)
* [regexp](https://pkg.go.dev/regexp)