Uses of Class
paillierp.zkp.MultiplicationZKP

Packages that use MultiplicationZKP
paillierp Provides the structures and methods to encrypt data with the Paillier encryption scheme with thresholding. 
 

Uses of MultiplicationZKP in paillierp
 

Methods in paillierp that return MultiplicationZKP
 MultiplicationZKP AbstractPaillier.multiplyProof(java.math.BigInteger c1, java.math.BigInteger cons)
          Calculates E(cons*m) given E(m) and the constant cons, under our current public key.