Uses of Class
paillierp.zkp.DecryptionZKP

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

Uses of DecryptionZKP in paillierp
 

Methods in paillierp that return DecryptionZKP
 DecryptionZKP PaillierThreshold.decryptProof(java.math.BigInteger c)
          Partially decrypts the given ciphertext c < n2 using the share of the private key.
 

Methods in paillierp with parameters of type DecryptionZKP
 java.math.BigInteger PaillierThreshold.combineShares(DecryptionZKP... shares)
          This function combines the shares of the decryption to get the final decryption, all the while checking to make sure that each ZKP proves a good partial decryption of the correct ciphertext.