sss-rs 0.5.0

A purely functional (as in working) implementation of Shamir Secret Sharing
Documentation
[package]
name = "sss-rs"
version = "0.5.0"
authors = ["Aaron Flores <aaronjflores962@gmail.com"]
edition = "2018"
description = "A purely functional (as in working) implementation of Shamir Secret Sharing"
repository = "https://github.com/bilowik/sss-rs"
categories = ["cryptography"]
license-file = "LICENSE"
readme = "README.md"

[badges]
travis-ci = { repository = "https://travis-ci.com/bilowik/sss-rs", branch = "master" }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.6.0"
lazy_static = "1.3.0"
num-traits = "0.2.8"
primal-check = "0.2.3"
rust-crypto = "0.2.36"
rand_chacha = "0.1.0"
hex = "0.4.0"
env_logger = "0.7.0"
log = "0.4.8"
galois_2p8 = "0.1.1"

[features]
default = []
file_tests = []
benchmarks = []