adss 0.2.3

Adept Secret Sharing framework
Documentation
# adss crate

Rust implementation of the [Adept Secret Sharing framework](https://eprint.iacr.org/2020/800).

## Disclaimer

WARNING the libraries present in this workspace have not been audited,
use at your own risk! This code is under active development and may
change substantially in future versions.

See the [changelog](CHANGELOG.md) for information about different
versions.

## Quickstart

Build & test:
```
cargo build
cargo test
```

Open a local copy of the documentation:
```
cargo doc --open --no-deps
```