Crates.io | star-constellation |
lib.rs | star-constellation |
version | |
source | src |
created_at | 2023-08-03 18:15:05.960604+00 |
updated_at | 2025-03-14 22:37:57.42397+00 |
description | Nested threshold aggregation built on the STAR protocol |
homepage | |
repository | https://github.com/brave/constellation |
max_upload_size | |
id | 933913 |
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` |
size | 0 |
Rust library implementing the Constellation threshold aggregation mechanism. It allows clients to submit ordered, granular data at the highest that is possible whilst maintaining crowd-based anonymity. The receiving server can only decode messages whose contents were also submitted by some threshold number of other clients, blocking identification of unique behaviour.
Constellation is a nested version of the STAR protocol and this library makes use of the sta-rs Rust implementation.
WARNING this library has 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