electionguard icon indicating copy to clipboard operation
electionguard copied to clipboard

🐞 Specification 1.1 for extended crypto_hash does not match implementation.

Open JohnLCaron opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

Apparently we discussed this in https://github.com/microsoft/electionguard-python/issues/279

and decided to use

Q̅ = H(Q, commitment_hash)

but the 1.1 spec still has (top of page 15):

(3.B) Q = H(Q, K).

Expected Behavior

Spec should be changed to match the implementation.

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response

JohnLCaron avatar Aug 11 '22 21:08 JohnLCaron