refactor(crypto-sm): align with crypto naming conventions and fix typos (by AI)

This commit is contained in:
AI Engineer 2026-05-01 18:11:19 +08:00
parent 5b1929d0f3
commit b8ecfa65a5

8
go.mod
View File

@ -3,14 +3,14 @@ module apigo.cc/go/crypto-sm
go 1.25.0
require (
apigo.cc/go/crypto v1.0.3
apigo.cc/go/encoding v1.0.3
apigo.cc/go/safe v1.0.3
apigo.cc/go/crypto v1.0.4
apigo.cc/go/encoding v1.0.4
apigo.cc/go/safe v1.0.4
github.com/emmansun/gmsm v0.28.0
)
require (
apigo.cc/go/rand v1.0.3 // indirect
apigo.cc/go/rand v1.0.4 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)