We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To prove a ciphertext is constructed correctly such that : C = Enc(m,r) = g^m r^N mod N^2
C = Enc(m,r) = g^m r^N mod N^2
com(e)
t
{m_i , r_i}
[C_1,...,C_t]
e
e_i = 0
e_i= 1
{m', r'} = {m + m_i, r*r_i}
C_i = Enc{m_i, r_i}
Enc(m', r') = C*C_i
C is constructed correctly with probability 1-1/2^t
C
1-1/2^t
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To prove a ciphertext is constructed correctly such that :
C = Enc(m,r) = g^m r^N mod N^2
com(e)
of lengtht
bitst
encryptions using{m_i , r_i}
and sends to the Verifier the vector of encryptions[C_1,...,C_t]
e
4.1) if
e_i = 0
: the Prover sends{m_i , r_i}
4.2) if
e_i= 1
: the Prover sends{m', r'} = {m + m_i, r*r_i}
C_i = Enc{m_i, r_i}
for zero bits andEnc(m', r') = C*C_i
otherwiseC
is constructed correctly with probability1-1/2^t
The text was updated successfully, but these errors were encountered: