Mersenne's laws

From formulasearchengine
Jump to navigation Jump to search

In cryptography, a secret sharing scheme is publicly verifiable (PVSS) if it is a verifiable secret sharing scheme and if any party involved can verify the validity of the shares distributed by the dealer. 36 year-old Diving Instructor (Open water ) Vancamp from Kuujjuaq, spends time with pursuits for instance gardening, public listed property developers in singapore developers in singapore and cigar smoking. Of late took some time to go China Danxia.

The method introduced here according to the paper by Chunming Tang, Dingyi Pei, Zhuo Liu, and Yong He is non-interactive and maintains this property throughout the protocol.

Initialization

The PVSS scheme dictates an initialization process in which:

  1. All system parameters are generated.
  2. Each participant must have a registered public key.

Excluding the initialization process, the PVSS consists of two phases:

Distribution

1.Distribution of secret shares is performed by the dealer , which does the following:

(note: guarantees that the reconstruction protocol will result in the same .

2. Verification of the shares:

  • Anybody knowing the public keys for the encryption methods , can verify the shares.
  • If one or more verifications fails the dealer fails and the protocol is aborted.

Reconstruction

1. Decryption of the shares:

(note: fault-tolerance can be allowed here: it's not required that all participants succeed in decrypting as long as a qualified set of participants are successful to decrypt ).

2. Pooling the shares:

Chaums and Pedersen Scheme

A proposed protocol proving:  :

  1. The prover chooses a random
  2. The verifier send a random challenge
  3. The prover responds with
  4. The verifier checks and

Denote this protocol as:
A generalization of is denoted as: where as: and :

  1. The prover chooses a random and sends and
  2. The verifier send a random challenge .
  3. The prover responds with , .
  4. The verifier checks and

The Chaums and Pedersen method is an interactive method and needs some modification to be used in a non-interactive way: Replacing the randomly chosen by a 'secure hash' function with as input value.

See also

References