Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frog711 committed Oct 17, 2023
2 parents 2930ebe + c31821f commit 2fbcd33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ SOFTWARE.
The above license excepts the content of [TonelliShanks.py](src/algos/TonelliShanks.py) which is taken from
[https://rosettacode.org/wiki/Tonelli-Shanks_algorithm#Python](https://rosettacode.org/wiki/Tonelli-Shanks_algorithm#Python)
and is available under GNU Free Documentation License 1.2 unless otherwise noted. No changes were made to this part of the code.
The license furthermore excepts the content of [polyas3.0-verifiable-1.3.2.pdf](doc/polyas3.0-verifiable-1.3.2.pdf) which is
copyrighted by [POLYAS](https://www.polyas.com/).
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Polyas-Checker

Polyas-Checker is a tool to verify the bulletin boards of the [POLYAS](https://www.polyas.com/) 3.0 E-Voting System for [universal verifiability](https://gi.de/wahlen/verifikation-der-gi-wahlen-tools-gesucht), see also the original [publication](https://publikationen.bibliothek.kit.edu/1000117999).
The POLYAS 3.0 E-Voting System is used in the [elections for the executive and the managing committee](https://gi.de/wahlen/) of the [German Informatics Society](https://gi.de/) in autumn 2023.
Polyas-Checker is a tool to verify the bulletin boards of the [POLYAS](https://www.polyas.com/) 3.0 E-Voting System for
[universal verifiability](https://gi.de/wahlen/verifikation-der-gi-wahlen-tools-gesucht), see also the original
[publication](https://publikationen.bibliothek.kit.edu/1000117999).
The POLYAS 3.0 E-Voting System is used in the [elections for the executive and the managing committee](https://gi.de/wahlen/) of the
[German Informatics Society](https://gi.de/) in autumn 2023, see [polyas3.0-verifiable-1.3.2.pdf](doc/polyas3.0-verifiable-1.3.2.pdf)
for its system specification.

## Requirements
* [python3](https://www.python.org/downloads/)
Expand Down Expand Up @@ -54,7 +58,8 @@ python -m unittest discover src
See [LICENSE](LICENSE)

## Contributors
The principal development of this software has been done by [Maximilian Noppel](https://intellisec.de/team/max/) for the 2019 version with major refactorings and extensions for the 2023 version by [Christoph Niederbudde](mailto:udqps@student.kit.edu).
The principal development of this software has been done by [Maximilian Noppel](https://intellisec.de/team/max/) for the 2019 version with
major refactorings and extensions for the 2023 version by [Christoph Niederbudde](mailto:udqps@student.kit.edu).

## Contact
For more information, please contact [Michael Kirsten](https://formal.kastel.kit.edu/~kirsten/?lang=en).
Binary file added doc/polyas3.0-verifiable-1.3.2.pdf
Binary file not shown.

0 comments on commit 2fbcd33

Please sign in to comment.