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
Currently we are not writing the ballot chaining when batch encrypting, onlt ehwn calling encryption one at a time with AddEncryptedBallot.
This is caught by the Verifier at step 7:
verifyConfirmationChain Err(readEncryptedBallotChain path 'testOut/cliWorkflow/electionRecord/encrypted_ballots/device42/ballot_chain.json' does not exist)
Seem like we can have batch encryption put AddEncryptedBallot into a single thread and call it.
The main cost is the encryption, so those need to stay multithreaded.
The text was updated successfully, but these errors were encountered:
Currently we are not writing the ballot chaining when batch encrypting, onlt ehwn calling encryption one at a time with AddEncryptedBallot.
This is caught by the Verifier at step 7:
verifyConfirmationChain Err(readEncryptedBallotChain path 'testOut/cliWorkflow/electionRecord/encrypted_ballots/device42/ballot_chain.json' does not exist)
Seem like we can have batch encryption put AddEncryptedBallot into a single thread and call it.
The main cost is the encryption, so those need to stay multithreaded.
The text was updated successfully, but these errors were encountered: