blob: 2ebcd52e2ecc14b1cfda8705ef86595ba2345093 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Aggregation service
This directory contains the implementation of the client-side logic for the [Aggregation service](https://github.com/WICG/attribution-reporting-api/blob/main/AGGREGATE.md#data-processing-through-a-secure-aggregation-service) proposed for the [Attribution Reporting API](https://github.com/WICG/attribution-reporting-api).
## Command-line tool
A command-line tool that generates aggregatable reports for testing is available. Please see //tools/aggregation_service's [README](../../../tools/aggregation_service/README.md) for more detail
## Payload encryption
The details of how aggregatable report payloads are encrypted are provided in a
separate [README](./payload_encryption.md).
**TODO**: Expand this README.
|