From 2478542357830452c998fd45888877183cb96186 Mon Sep 17 00:00:00 2001 From: Colinxu2020 <63941938+colinxu2020@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:02:10 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5280872..751217b 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ The SLH-DSA project implements the stateless-hash digital signing algorithm(standardizing fips 205, adopted on Sphincs-Plus algorithm) in pure Python. This project offers those future: -1. 🍻 Zero dependencies; -2. 🏷️ 100% type hint for all the codes; -3. ✅ Extreme good 98% test coverage; +1. 🍻 Zero dependencies! +2. 🏷️ 100% type hint for all the codes! +3. ✅ Extreme good 99% test coverage! 4. 🔖 Support any newer python version! 5. ⚒️ Design for Human! -6. :tada: More futures coming soon! +6. 🎉 More futures coming soon! The functionality is extremely simple to use, as demonstrated by the following example: