sta-rs 0.2.2

Distributed Secret-Sharing for Threshold Aggregation Reporting
Documentation
# sta-rs crate

Rust implementation of the [STAR
protocol](https://arxiv.org/abs/2109.10074). Consists of client API
functions for generating STAR messages, and server aggregation
functions.

## 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.

## Quickstart

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

Benchmarks:
```
cargo bench
```

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