votingworks/electionguard-kotlin-multiplatform

Verification of challenged / uncast ballots

JohnLCaron opened this issue · 5 comments

Check to see if we are following the spec, eg publishing the primary nonce.

See 3.6.5 Decryption of challenged ballots

See 4.3 for pre-encryption.

Dont need to de for pre-encryption.

Consider always including primary nonce for uncast ballots.

Currently we keep the CiphertextBallot arround (with the primary nonce) and can use it to decrypt challenged ballots.

// Note that 12,13,14 (ballot) are almost the same as 9,10,11 (tally). Only diff is 13.B,C

Fixed PR #383