sta-rs

Crates.iosta-rs
lib.rssta-rs
version0.3.2
created_at2023-08-03 01:29:14.955996+00
updated_at2025-03-14 22:29:27.639439+00
descriptionDistributed Secret-Sharing for Threshold Aggregation Reporting
homepage
repositoryhttps://github.com/brave/sta-rs
max_upload_size
id933292
size77,242
Ralph Ankele (ankeleralph)

documentation

https://docs.rs/sta-rs

README

sta-rs crate

Rust implementation of the STAR protocol. 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
Commit count: 775

cargo fmt