Package edu.fiu.adwise.homomorphic_encryption.paillier
package edu.fiu.adwise.homomorphic_encryption.paillier
-
ClassDescriptionThis class implements the Paillier cryptosystem, which supports homomorphic encryption operations on
BigIntegervalues.This interface represents a Paillier key used in the Paillier cryptosystem.This class is responsible for generating Paillier key pairs (public and private keys) used in the Paillier cryptosystem.This class represents a private key in the Paillier cryptosystem.Represents the public key for the Paillier cryptosystem.This class provides methods for signing and verifying messages using the Paillier cryptosystem.