add crypto sha1, sha256, sha512

This commit is contained in:
tsingbx
2024-07-31 13:56:42 +08:00
parent 36072584d0
commit 2d7958f726
9 changed files with 310 additions and 0 deletions

View File

@@ -758,6 +758,9 @@ type none struct{}
var hasAltPkg = map[string]none{
"crypto/md5": {},
"crypto/sha1": {},
"crypto/sha256": {},
"crypto/sha512": {},
"crypto/rand": {},
"fmt": {},
"hash/crc32": {},