tree: 71dde72792f35b0cee818fd821637446a7e3772e [path history] [tgz]
  1. aggregatable_report.cc
  2. aggregatable_report.h
  3. aggregatable_report_assembler.cc
  4. aggregatable_report_assembler.h
  5. aggregatable_report_assembler_unittest.cc
  6. aggregatable_report_sender.cc
  7. aggregatable_report_sender.h
  8. aggregatable_report_sender_unittest.cc
  9. aggregatable_report_unittest.cc
  10. aggregation_service.cc
  11. aggregation_service.h
  12. aggregation_service_features.cc
  13. aggregation_service_features.h
  14. aggregation_service_impl.cc
  15. aggregation_service_impl.h
  16. aggregation_service_impl_unittest.cc
  17. aggregation_service_key_fetcher.cc
  18. aggregation_service_key_fetcher.h
  19. aggregation_service_key_fetcher_unittest.cc
  20. aggregation_service_key_storage.h
  21. aggregation_service_network_fetcher_impl.cc
  22. aggregation_service_network_fetcher_impl.h
  23. aggregation_service_network_fetcher_impl_unittest.cc
  24. aggregation_service_storage_context.h
  25. aggregation_service_storage_sql.cc
  26. aggregation_service_storage_sql.h
  27. aggregation_service_storage_sql_unittest.cc
  28. aggregation_service_test_utils.cc
  29. aggregation_service_test_utils.h
  30. COMMON_METADATA
  31. DEPS
  32. DIR_METADATA
  33. OWNERS
  34. payload_encryption.md
  35. public_key.cc
  36. public_key.h
  37. public_key_parsing_utils.cc
  38. public_key_parsing_utils.h
  39. public_key_parsing_utils_unittest.cc
  40. README.md
content/browser/aggregation_service/README.md

Aggregation service

This directory contains the implementation of the client-side logic for the Aggregation service proposed for the 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 for more detail

Payload encryption

The details of how aggregatable report payloads are encrypted are provided in a separate README.

TODO: Expand this README.