Implementation of class Paillier. More...
#include "paillier.h"
Go to the source code of this file.
Namespaces | |
SeComLib | |
The enclosing namespace. | |
SeComLib::Core | |
Contains the core library. | |
Implementation of class Paillier.
Implementation described in the paper "Public-Key Cryptosystems Based on Composite Degree Residuosity Classes" by Pacal Paillier, 1999 (using CRT to speedup decryption)
Definition in file paillier.cpp.