Compare commits

..

No commits in common. "v1.5.3" and "main" have entirely different histories.
v1.5.3 ... main

2 changed files with 6 additions and 9 deletions

View File

@ -1,8 +1,5 @@
# Changelog: @go/crypto-sm # Changelog: @go/crypto-sm
## v1.5.3 (2026-06-11)
- **版本对齐**: 基础设施全局对齐 v1.5.3。
## v1.5.2 (2026-06-08) ## v1.5.2 (2026-06-08)
- **JS 对齐 & 重命名**: - **JS 对齐 & 重命名**:
- 注册模块名更正为极简的 `"sm"` - 注册模块名更正为极简的 `"sm"`

12
go.mod
View File

@ -3,16 +3,16 @@ module apigo.cc/go/crypto-sm
go 1.25.0 go 1.25.0
require ( require (
apigo.cc/go/cast v1.5.2 apigo.cc/go/cast v1.5.0
apigo.cc/go/crypto v1.5.2 apigo.cc/go/crypto v1.5.0
apigo.cc/go/encoding v1.5.3 apigo.cc/go/encoding v1.5.0
apigo.cc/go/jsmod v1.5.2 apigo.cc/go/jsmod v1.5.0
apigo.cc/go/safe v1.5.1 apigo.cc/go/safe v1.5.0
github.com/emmansun/gmsm v0.28.0 github.com/emmansun/gmsm v0.28.0
) )
require ( require (
apigo.cc/go/rand v1.5.2 apigo.cc/go/rand v1.5.0 // indirect
golang.org/x/crypto v0.52.0 // indirect golang.org/x/crypto v0.52.0 // indirect
golang.org/x/sys v0.45.0 // indirect golang.org/x/sys v0.45.0 // indirect
) )