Code base obscuration (for images) 1.0
It implements different obscuration methods on portable images (.pgm and .ppm)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
controller Directory Reference
Directory dependency graph for controller:
C:/Users/Katia/Documents/GitHub/code_base_obscuration/include/controller

Files

 PaillierController.hpp
 Superclass, of Paillier main, that contain common methods between subclasses.
 
 PaillierControllerPGM.hpp
 Header file for the PaillierControllerPGM class, which is a controller for the Paillier cryptosystem applied to PGM (Portable Gray Map) images.
 
 PaillierControllerStatG.hpp
 This file contains the declaration of the PaillierControllerStatG class, which is a derivative of the PaillierController class. This class is used to perform statistical calculations on g in a Paillier cryptosystem.
 
 PaillierControllerStatR.hpp
 This file contains the declaration of the PaillierControllerStatR class, which is derived from the PaillierController class. This class is used to perform statistical calculations on r in the Paillier cryptosystem.