refactor(crypto): fix naming typos and optimize padding performance (by AI)
This commit is contained in:
parent
c7ddc74c7f
commit
fae71a6b8f
6
go.mod
6
go.mod
@ -3,12 +3,12 @@ module apigo.cc/go/crypto
|
|||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/encoding v1.0.3
|
apigo.cc/go/encoding v1.0.4
|
||||||
apigo.cc/go/safe v1.0.3
|
apigo.cc/go/safe v1.0.4
|
||||||
golang.org/x/crypto v0.50.0
|
golang.org/x/crypto v0.50.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
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
|
golang.org/x/sys v0.43.0 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user