feat: add sharmir demo

This commit is contained in:
2023-01-01 20:54:02 +08:00
parent 93a8832b36
commit c8837b21f6
4 changed files with 122 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "shamir-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
shamir = "2.0.0"