-
Sec. 3.3.3 (p. 20) has a conventional encryption of a contest, encoded as a byte array, and using of HMAC KDF. We need to implement this, and also verify that we're consistent with the KDF spec. (Or, …
-
Hello. I would like to know what version of ElectionGuard specification this implementation adopts.
-
**Task description**
Identify and list places to clean up electionguard code. This cleanup includes at least
- fix all occurrences of code with the comment "TODO: Remove temp development code"
- re…
-
In case user tries to cast a vote while Guardians setup was incomplete, dapp confirm button looks like it keeps loading but it never completes.
**To reproduce:**
1. Setup election but don't complet…
-
**Bug Description**
Tested on Windows.
It seems that the indicators are not working correctly. Importing account key that is not registered as Guardian throws error `Imported account is not a guar…
-
Might be good to make protobuf support optional, to reduce footprint and dependencies.
One issue is that we are currently using protobuf to serialize ContestData. This always was a bit of a kludge;…
-
At the moment it has the typical files with the `TODO: Delete this and the text above, and describe your gem`.
We should modify that
https://github.com/decidim/decidim-bulletin-board/blob/b6519…
-
Ref. V-SIM.02
**Describe the bug**
As a voter, when I'm finishing the voting process, it doesn't finish never, and it doesn't give me any kind of error. It stays in the "Your ballot is being e…
-
At the moment the docker image is published at https://hub.docker.com/r/codegram/decidim-bulletin-board
It should be available in decidim own docker organization, ie https://hub.docker.com/r/decidi…
-
electionguard.json classes only have about 50% coverage.
Using the existing tests as examples, add more tests to get the total coverage to be over 90%.