Cryptosystem Pailler images 1.0
Program to encrypt and decrypt images (.pgm) with Paillier cryptosystem.
Loading...
Searching...
No Matches
PaillierControllerPGM.hpp File Reference

Header file for the PaillierControllerPGM class, which is a controller for the Paillier cryptosystem applied to PGM (Portable Gray Map) images. More...

#include <stdio.h>
#include <cctype>
#include <fstream>
#include <string>
#include <string_view>
#include <ctype.h>
#include <bitset>
#include "../../include/controller/PaillierController.hpp"
#include "../../include/model/image/image_portable.hpp"
#include "../../include/model/image/image_pgm.hpp"
#include "../../include/model/filesystem/filesystemPGM.hpp"
Include dependency graph for PaillierControllerPGM.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PaillierControllerPGM
 Controller for the Paillier cryptosystem applied to PGM images. More...
 

Detailed Description

Header file for the PaillierControllerPGM class, which is a controller for the Paillier cryptosystem applied to PGM (Portable Gray Map) images.

Author
Katia Auxilien
Date
29 May 2024, 13:55:00