Cryptosystem Pailler images 1.0
Program to encrypt and decrypt images (.pgm) with Paillier cryptosystem.
|
#include <iostream>
#include <vector>
#include <random>
#include <bitset>
#include <cstring>
#include <fstream>
#include <cstdio>
#include <filesystem>
#include <string>
Go to the source code of this file.
Classes | |
class | filesystemCommon |
A utility class providing functions to handle files and directories. More... | |
This file contains the declaration of the filesystemCommon class, which provides various utility functions for handling files and directories.