1Name: Private Join and Compute subset
2Short Name: private-join-and-compute
3URL: https://github.com/google/private-join-and-compute
4Version: 0
5Date: Jun 27 2019
6Revision: 375be83109e10b32441483dbd0f1ac493488d197
7License: Apache 2.0
8License File: src/LICENSE
9Security Critical: yes
10
11Description:
12The package contains a communicative cipher. It's used to communicate with the leak detection Google server.
13
14Local Modifications:
15Stripped 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:
16files.diff - the files deleted from the original library.
17dependencies.diff - removes all the dependencies on Abseil and other libraries replacing them with Chrome's analogues.
18compilation.diff - fixes compilation/static analyzers in Chrome.
19fix_nulls.diff - makes the presubmit happy by replacing NULL with nullptr.
20