feat: add secretshare
This commit is contained in:
13
__crypto/secretshare/Cargo.toml
Normal file
13
__crypto/secretshare/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user