Source code underlying the publication: Privacy-Preserving Data Aggregation with Public Verifiability Against Internal Adversaries
Python code to reproduce results presented in the paper "Privacy-Preserving Data Aggregation with Public Verifiability Against Internal Adversaries". Specifically, to run an implementation of the mPVAS family of protocols and measures its runtime.
The source code was published by the paper's authors some time after the paper was published.
Usage
Minimal usage instructions: On a system running Debian 12, with GNU Make installed, run make install test run plot.
See README.md inside the git repository for detailed usage instructions.
Code
The source code is available as a git repository. The relevant code is stored in the src directory.