doc(crypt):增加加解密算法的支持计划。

This commit is contained in:
徐涛 2023-07-02 07:10:51 +08:00
parent 4b2af9ad2e
commit 31d5129a8a

View File

@ -11,6 +11,10 @@ Rust 中可以使用的常用辅助功能工具箱。主要配备以下功能:
- [ ] ZerosPadding - [ ] ZerosPadding
- [ ] Pkcs7Padding - [ ] Pkcs7Padding
- [ ] 3DES 便捷加解密算法 - [ ] 3DES 便捷加解密算法
- [ ] RSA 加解密算法
- [ ] 1024 位长
- [ ] 2048 位长
- [ ] KeyPair 生成器
- 散列算法。 - 散列算法。
- [x] Sha512 散列算法 - [x] Sha512 散列算法
- [x] Sha1 散列算法 - [x] Sha1 散列算法