You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 2.0 specification, the verifier only uses the joint response v and the joint challenge c in verification step 9 (Correctness of tally decryptions). Page 40 in the 2.0.0 design specification states that the guardians will check that a_i’=a_i and b_i’=b_i.
What happens if the guardians conclude that the check does not verify? What is the intended behavior if this happens? If the joint response is published anyway, the verifier cannot report which guardian misbehaves when (v_i, c_i) is not published.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the 2.0 specification, the verifier only uses the joint response v and the joint challenge c in verification step 9 (Correctness of tally decryptions). Page 40 in the 2.0.0 design specification states that the guardians will check that a_i’=a_i and b_i’=b_i.
What happens if the guardians conclude that the check does not verify? What is the intended behavior if this happens? If the joint response is published anyway, the verifier cannot report which guardian misbehaves when (v_i, c_i) is not published.
Beta Was this translation helpful? Give feedback.
All reactions