Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
Loading...
Searching...
No Matches
Paillier.hpp File Reference

This file contains the Paillier cryptosystem implementation in C++. More...

#include <iostream>
#include <bitset>
#include <vector>
#include <random>
Include dependency graph for Paillier.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file contains the Paillier cryptosystem implementation in C++.

Author
Katia Auxilien
Date
Avril 2024 - Mai 2024

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

Macro Definition Documentation

◆ BITSETSIZE

#define BITSETSIZE   64