Crates.io | sta-rs |
lib.rs | sta-rs |
version | 0.3.1 |
source | src |
created_at | 2023-08-03 01:29:14.955996 |
updated_at | 2024-10-11 20:19:28.603613 |
description | Distributed Secret-Sharing for Threshold Aggregation Reporting |
homepage | |
repository | https://github.com/brave/sta-rs |
max_upload_size | |
id | 933292 |
size | 51,613 |
Rust implementation of the STAR protocol. Consists of client API functions for generating STAR messages, and server aggregation functions.
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.
Build & test:
cargo build
cargo test
Benchmarks:
cargo bench
Open local copy of documentation:
cargo doc --open --no-deps