library/README: crypto/hmac, crypto/subtle

This commit is contained in:
xushiwei
2024-08-06 17:19:31 +08:00
parent a2b5b9f97e
commit 29c74c09ce
8 changed files with 107 additions and 2 deletions

View File

@@ -757,12 +757,13 @@ func findDylibDep(exe, lib string) string {
type none struct{}
var hasAltPkg = map[string]none{
"crypto/hmac": {},
"crypto/md5": {},
"crypto/rand": {},
"crypto/sha1": {},
"crypto/sha256": {},
"crypto/sha512": {},
"crypto/hmac": {},
"crypto/rand": {},
"crypto/subtle": {},
"fmt": {},
"hash/crc32": {},
"internal/abi": {},