llgo support crypto hmac (#663)

* llgo support crypto/hmac
This commit is contained in:
tsingbx
2024-08-06 16:47:51 +08:00
committed by GitHub
parent 43fd5d233a
commit 6a05aa4e53
5 changed files with 270 additions and 10 deletions

View File

@@ -761,6 +761,7 @@ var hasAltPkg = map[string]none{
"crypto/sha1": {},
"crypto/sha256": {},
"crypto/sha512": {},
"crypto/hmac": {},
"crypto/rand": {},
"fmt": {},
"hash/crc32": {},