sharks 0.5.0

Fast, small and secure Shamir's Secret Sharing library crate
Documentation
[badges.codecov]
repository = "c0dearm/sharks"

[badges.maintenance]
status = "actively-developed"

[[bench]]
harness = false
name = "benchmarks"

[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "0.4.7"

[dependencies.hashbrown]
version = "0.9"

[dependencies.rand]
default-features = false
version = "0.8"

[dependencies.zeroize]
features = ["zeroize_derive"]
optional = true
version = "1.2.0"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rand_chacha]
version = "0.3"

[features]
default = ["std", "zeroize_memory"]
fuzzing = ["std", "arbitrary"]
std = ["rand/std", "rand/std_rng"]
zeroize_memory = ["zeroize"]

[package]
authors = ["Aitor Ruano <codearm@pm.me>"]
categories = ["algorithms", "cryptography", "mathematics"]
description = "Fast, small and secure Shamir's Secret Sharing library crate"
edition = "2018"
homepage = "https://github.com/c0dearm/sharks"
keywords = ["shamir", "secret", "sharing", "share", "crypto"]
license = "MIT/Apache-2.0"
name = "sharks"
readme = "README.md"
repository = "https://github.com/c0dearm/sharks"
version = "0.5.0"