Cryptosystem Pailler images 1.0
Program to encrypt and decrypt images (.pgm) with Paillier cryptosystem.
|
Header of singleton of https://www.geeksforgeeks.org/implementation-of-singleton-class-in-cpp/ using the Paillier cryptosystem. More...
#include <stdio.h>
#include "../../include/model/encryption/Paillier/Paillier.hpp"
#include "../../include/model/encryption/Paillier/keys/Paillier_private_key.hpp"
#include "../../include/model/encryption/Paillier/keys/Paillier_public_key.hpp"
Go to the source code of this file.
Classes | |
class | PaillierModel |
This class represents a singleton model for the Paillier cryptosystem. More... | |
Header of singleton of https://www.geeksforgeeks.org/implementation-of-singleton-class-in-cpp/ using the Paillier cryptosystem.