docs: update README

This commit is contained in:
2024-08-01 11:35:01 +08:00
parent 94006c220f
commit 8fe66ba49b

View File

@@ -37,3 +37,8 @@ This is a proof of concept of the DSKE system, the main goal is to demonstrate t
4. Key validation
The proof-of-concept project assumes all the share's key instructions are delivered correctly, the simple DSKE protocol with (n, n) secret sharing scheme won't be abort in this proof-of-concept project.
## Getting Started
```bash
cargo run
```