Module scicrypt::threshold_cryptosystems::integer_el_gamal[][src]

Expand description

Threshold ElGamal cryptosystem over the integers modulo a prime

Structs

N-out-of-N Threshold ElGamal cryptosystem over integers: Extension of ElGamal that requires n out of n parties to successfully decrypt. For this scheme there exists an efficient distributed key generation protocol.

Threshold ElGamal cryptosystem over integers: Extension of ElGamal that requires t out of n parties to successfully decrypt.

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

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