sta-rs

Crates.iosta-rs
lib.rssta-rs
version
sourcesrc
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
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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