feat(crypto):完成Spiral加密算法功能。

This commit is contained in:
徐涛
2023-07-13 13:44:12 +08:00
parent c083d6e8e0
commit 14c5ff45cd
2 changed files with 57 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
Golang 中可以使用的常用辅助功能工具箱。主要配备以下功能:
- 加解密算法
- [ ] 螺旋随机密钥自解密算法
- [x] 螺旋随机密钥自解密算法
- [x] AES-CBC 便捷加解密算法
- [x] No Padding
- [x] ZerosPadding