Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
|
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"
Go to the source code of this file.
Classes | |
class | PaillierControllerPGM |
Controller for the Paillier cryptosystem applied to PGM images. More... | |
Header file for the PaillierControllerPGM class, which is a controller for the Paillier cryptosystem applied to PGM (Portable Gray Map) images.