Expand description

Threshold Paillier cryptosystem.

Structs

Threshold Paillier cryptosystem: Extension of Paillier that requires t out of n parties to successfully decrypt.

The public key for encryption.

One of the partial keys, of which t must be used to decrypt successfully.

A partially decrypted ciphertext, of which t must be combined to decrypt successfully.