|
Cryptosystem Pailler images 1.0
Program to encrypt and decrypt images (.pgm) with Paillier cryptosystem.
|
| File in GitHub/encryption_images_Paillier/src/model | Includes file in GitHub/encryption_images_Paillier/include |
|---|---|
| filesystem / filesystemCommon.cpp | model / filesystem / filesystemCommon.hpp |
| filesystem / filesystemPGM.cpp | model / filesystem / filesystemPGM.hpp |
| image / image_pgm.cpp | model / image / image_pgm.hpp |
| image / image_portable.cpp | model / image / image_portable.hpp |
| image / image_ppm.cpp | model / image / image_ppm.hpp |
| image / ImageBase.cpp | model / image / ImageBase.hpp |
| Paillier_model.cpp | model / Paillier_model.hpp |
| encryption / Paillier / keys / Paillier_private_key.cpp | model / encryption / Paillier / keys / Paillier_private_key.hpp |
| encryption / Paillier / keys / Paillier_public_key.cpp | model / encryption / Paillier / keys / Paillier_public_key.hpp |