[package] name = "sharks" version = "0.3.0" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks" repository = "https://github.com/c0dearm/sharks" readme = "README.md" keywords = ["shamir", "secret", "sharing", "share", "crypto"] categories = ["algorithms", "cryptography", "mathematics"] license = "MIT/Apache-2.0" edition = "2018" [badges] maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7" [dev-dependencies] criterion = "0.3" [[bench]] name = "benchmarks" harness = false