Add capability to decrypt contest data with nonce
JohnLCaron opened this issue · 3 comments
JohnLCaron commented
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.
JohnLCaron commented
Also see #155
danwallach commented
I just added HashedElGamalCiphertext.decryptWithNonce
, which is what you need to decrypt the contest data with the nonce.
JohnLCaron commented
Done, PR#183