votingworks/electionguard-kotlin-multiplatform

Add capability to decrypt contest data with nonce

JohnLCaron opened this issue · 3 comments

Also, currently we are not using the master nonce to set the contest data nonce; its always random. That will also need to be added.

Also see #155

I just added HashedElGamalCiphertext.decryptWithNonce, which is what you need to decrypt the contest data with the nonce.

Done, PR#183