feat: add secretshare

This commit is contained in:
2023-08-26 00:05:54 +08:00
parent 27ee89dd8a
commit a26e3e1ffe
6 changed files with 744 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "secretshare"
version = "0.1.6"
authors = ["Sebastian Gesemann <s.gesemann@gmail.com>"]
description = "This is an implementation of Shamir's secret sharing scheme."
license = "GPLv3"
readme = "README.md"
[dependencies]
getopts = "0.2"
rustc-serialize = "0.3"
crc24 = "0.1"
rand = "0.3"