feat(更新代码): 使用标准库
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-04-21 09:57:06 +08:00
parent aa07c086ac
commit 04137a554f
3 changed files with 2 additions and 10 deletions

View File

@ -5,10 +5,10 @@ import (
"crypto/md5"
"crypto/sha1"
"crypto/sha256"
"crypto/sha3"
"crypto/sha512"
"flag"
"fmt"
"golang.org/x/crypto/sha3"
"hash"
"io"
"io/ioutil"