From 4b2af9ad2e49776903be538d58d20e5b3b929377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Sat, 1 Jul 2023 22:17:09 +0800 Subject: [PATCH] =?UTF-8?q?doc(hash):=E8=A1=A5=E5=85=85=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E8=AE=B0=E5=BD=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9842bd1..9360831 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Rust 中可以使用的常用辅助功能工具箱。主要配备以下功能: - [x] Sha512 散列算法 - [x] Sha1 散列算法 - [x] MD5 散列算法 - - [ ] 图像感知散列算法 + - [x] 图像感知散列算法 - 唯一序列号生成器 - [ ] 改进版雪花 ID 生成器(短主机精简日期版) - [x] UUID 生成器