[package]
name = "adss"
version = "0.2.3"
authors = ["eV <ev@7pr.xyz>", "Alex Davidson <coela@alxdavids.xyz>"]
description = "Adept Secret Sharing framework"
documentation = "https://docs.rs/adss"
repository = "https://github.com/brave/sta-rs"
keywords = ["crypto", "secret", "share"]
categories = ["cryptography", "algorithms"]
license = "MPL-2.0"
edition = "2018"
[dependencies]
strobe-rs = "0.10.0"
rand = "0.8.5"
rand_core = "0.6.4"
zeroize = "1.5.5"
[dependencies.star-sharks]
default-features = false
version = "0.6.0"
path = "../sharks"
features = ["zeroize_memory"]