README.chromium 1.1 KB

1234567891011121314151617181920
  1. Name: Private Join and Compute subset
  2. Short Name: private-join-and-compute
  3. URL: https://github.com/google/private-join-and-compute
  4. Version: 0
  5. Date: Jun 27 2019
  6. Revision: 375be83109e10b32441483dbd0f1ac493488d197
  7. License: Apache 2.0
  8. License File: src/LICENSE
  9. Security Critical: yes
  10. Description:
  11. The package contains a communicative cipher. It's used to communicate with the leak detection Google server.
  12. Local Modifications:
  13. Stripped all the dependencies except for BoringSSL. chromium_patch.h is the only new file. Other modifications are removing the includes, fixing the macroses to those used in Chrome and removing unused functions and classes. The diff files are in order of modifications:
  14. files.diff - the files deleted from the original library.
  15. dependencies.diff - removes all the dependencies on Abseil and other libraries replacing them with Chrome's analogues.
  16. compilation.diff - fixes compilation/static analyzers in Chrome.
  17. fix_nulls.diff - makes the presubmit happy by replacing NULL with nullptr.
  18. Use-absil-statusor.diff - removes existing status/statusor library's version, and uses absl::status and absl::statusor as source of truth.