Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas089 authored May 26, 2024
1 parent b26c07a commit 9cf874c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Acropolis - a ZKVM enabled voting mechanism

![Demo with TUI and Ethereum Audit](https://github.com/cspr-rad/acropolis/blob/main/resources/demo-video.gif)

## Authorized Anonymous Voting

Acropolis enables anonymous voting through `Signatures` over `Public Keys`. The cryptographic identity of each user is treated as a secret input and never revealed to the public. Only the `Signature` issued by an authority for a "KYC-ed" user, alongside with the corresponding `Public Key` (one `Public Key` per election that is owned by the authority) are published for each election. An election is defined as a cycle with a fixed set of options to choose from and authorized identities (=`Signatures` over `Public Keys`).
Expand Down

0 comments on commit 9cf874c

Please sign in to comment.