-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preencrypted Ballot not complete #56
Comments
Section 4.1.4 Short Codes "In any instantiation of pre-encrypted ballots, an additional hash trimming function Ω must be The hash trimming function is passed into the PreEncryptor, however there is no current way for the verifier to know what it it. class PreEncryptor( We have implemented only a single hash trimming function in out tests. |
Section 4.2.1 "If labels for null votes are not included within the manifest file, the labels “null1”, “null2”, ... should be used within each contest as needed." Not done, seems unneeded. |
|
The Preencryption info in the EncryptedBallot serialization is our own.
The whole thing is not well tested.
The text was updated successfully, but these errors were encountered: