sss-rs 0.7.0

A purely functional (as in working) implementation of Shamir Secret Sharing
Documentation
[badges.travis-ci]
branch = "master"
repository = "https://travis-ci.com/bilowik/sss-rs"
[dependencies.env_logger]
version = "0.7.0"

[dependencies.galois_2p8]
version = "0.1.1"

[dependencies.hex]
version = "0.4.0"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.log]
version = "0.4.8"

[dependencies.num-traits]
version = "0.2.8"

[dependencies.primal-check]
version = "0.2.3"

[dependencies.rand]
version = "0.7.2"

[dependencies.rand_chacha]
version = "0.2.1"

[dependencies.rust-crypto]
version = "0.2.36"

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