[package] name = "star-constellation" version = "0.2.4" authors = ["Alex Davidson "] description = "Nested threshold aggregation built on the STAR protocol" documentation = "https://docs.rs/star-constellation" repository = "https://github.com/brave/constellation" keywords = ["crypto", "protocol", "privacy", "analytics"] categories = ["cryptography", "algorithms"] license = "MPL-2.0" edition = "2021" [dependencies] serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.78" ppoprf = "0.4.1" sta-rs = "0.3.1" rand = { version = "0.8", features = ["getrandom"] } bincode = "1.3" lazy_static = "1.4.0" [dev-dependencies] base64 = "0.22.0"