feat(encrypt):增加通用的数据填充处理。

This commit is contained in:
徐涛
2023-07-12 22:55:12 +08:00
parent 4229c1a7a5
commit 5216a57797
2 changed files with 50 additions and 0 deletions

2
encryption/encryption.go Normal file
View File

@@ -0,0 +1,2 @@
// 提供用于支持加解密算法的基础功能函数。
package encryption