sta-rs

Crates.iosta-rs
lib.rssta-rs
version0.3.1
sourcesrc
created_at2023-08-03 01:29:14.955996
updated_at2024-10-11 20:19:28.603613
descriptionDistributed Secret-Sharing for Threshold Aggregation Reporting
homepage
repositoryhttps://github.com/brave/sta-rs
max_upload_size
id933292
size51,613
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: 762

cargo fmt