refactor(crypto): fix naming typos and optimize padding performance (by AI)

This commit is contained in:
AI Engineer 2026-05-01 18:11:14 +08:00
parent c7ddc74c7f
commit fae71a6b8f

6
go.mod
View File

@ -3,12 +3,12 @@ module apigo.cc/go/crypto
go 1.25.0
require (
apigo.cc/go/encoding v1.0.3
apigo.cc/go/safe v1.0.3
apigo.cc/go/encoding v1.0.4
apigo.cc/go/safe v1.0.4
golang.org/x/crypto v0.50.0
)
require (
apigo.cc/go/rand v1.0.3 // indirect
apigo.cc/go/rand v1.0.4 // indirect
golang.org/x/sys v0.43.0 // indirect
)