From 31d5129a8ab84233bac83f5603092b9d3d7176c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Sun, 2 Jul 2023 07:10:51 +0800 Subject: [PATCH] =?UTF-8?q?doc(crypt):=E5=A2=9E=E5=8A=A0=E5=8A=A0=E8=A7=A3?= =?UTF-8?q?=E5=AF=86=E7=AE=97=E6=B3=95=E7=9A=84=E6=94=AF=E6=8C=81=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9360831..0888ee8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Rust 中可以使用的常用辅助功能工具箱。主要配备以下功能: - [ ] ZerosPadding - [ ] Pkcs7Padding - [ ] 3DES 便捷加解密算法 + - [ ] RSA 加解密算法 + - [ ] 1024 位长 + - [ ] 2048 位长 + - [ ] KeyPair 生成器 - 散列算法。 - [x] Sha512 散列算法 - [x] Sha1 散列算法