|
Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|
This file contains the Paillier cryptosystem implementation in C++. More...
#include <iostream>#include <bitset>#include <vector>#include <random>

Go to the source code of this file.
Classes | |
| class | Paillier< T_in, T_out > |
| This class implements the Paillier cryptosystem. More... | |
Macros | |
| #define | BITSETSIZE 64 |
This file contains the Paillier cryptosystem implementation in C++.
The Paillier cryptosystem is an additive homomorphic encryption scheme that allows computations to be performed on encrypted data without decrypting it. File source is Paillier_image.cpp by Bianca Jansen Van Rensburg
| #define BITSETSIZE 64 |