|
Cryptosystem Pailler images 1.0
Program to encrypt and decrypt images (.pgm) with Paillier cryptosystem.
|
#include "../../../include/controller/PaillierControllerPGM.hpp"#include <cctype>#include <fstream>#include <string>#include <string_view>#include <stdio.h>#include <ctype.h>#include <errno.h>
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |