Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colinxu2020 authored Jul 12, 2024
1 parent 4292f65 commit 2478542
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2478542

Please sign in to comment.