Module scicrypt::threshold_cryptosystems::curve_el_gamal[][src]

Expand description

Threshold ElGamal cryptosystem over an elliptic curve

Structs

N-out-of-N Threshold ElGamal cryptosystem over elliptic curves: 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 elliptic curves: 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.