decidim / decidim-bulletin-board

GNU Affero General Public License v3.0
5 stars 6 forks source link

TODOs with extra verification not done #230

Open microstudi opened 2 years ago

microstudi commented 2 years ago

In the Key generation stage of the protocol, the keys from every trustee seem to be unverified. This is an extract of the python Bulletin Board code:

https://github.com/decidim/decidim-bulletin-board/blob/6456923efdc423cd5ba4a9514c39a79f033d3cf1/voting_schemes/electionguard/python-wrapper/src/bulletin_board/electionguard/bulletin_board.py#L79

https://github.com/decidim/decidim-bulletin-board/blob/6456923efdc423cd5ba4a9514c39a79f033d3cf1/voting_schemes/electionguard/python-wrapper/src/bulletin_board/electionguard/bulletin_board.py#L127

Although this might not be critical, we should decide to verify or not to verify.

paarals commented 10 months ago

As agreed with product on December 14, this task is discarded due to lack of resources. To be confirmed by @carolromero @andreslucena

andreslucena commented 9 months ago

As agreed with product on December 14, this task is discarded due to lack of resources. To be confirmed by @carolromero @andreslucena

Confirmed. We'll leave this open as it's something that we should fix in the future.