You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated landing page with link to USENIX paper (#354)
- Updated landing page with link to USENIX paper
- Fixed some broken links and graphs
- Updated CNAME files to match apex domain
- Updated Python version for GitHub workflow
- Updated python, package versions, and workflow files
Copy file name to clipboardExpand all lines: docs/index.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@
7
7
ElectionGuard is an **open source** software development kit (SDK) that improves confidence and participation in elections. It is designed for election system vendors to incorporate [end-to-end verifiability][glossary-end-to-end-verifiable] into their systems and any interested organization to perform and publish [post-election audits][glossary-post-election-audit].
8
8
9
9
!!! info "New to ElectionGuard?"
10
-
Welcome! Thanks for your interest. Trying to figure out how to help and learn? If you're a developer, head over to the [**developer getting started**][develop-getting-started]. If you want to help and aren't a developer, all kinds of help with documentation, outreach, and advocacy is welcomed. Follow [**discussions**][election-guard-discussions], join the [**office hours**][weekly-office-hours], and check out the [**roadmap**][roadmap] to see where it's intended to go.
10
+
Welcome! Thanks for your interest. Trying to figure out how to help and learn?
11
+
12
+
- If you're a developer, head over to the [**developer getting started**][develop-getting-started].
13
+
- If you want to help and aren't a developer, all kinds of help with documentation, outreach, and advocacy is welcomed. Follow [**discussions**][election-guard-discussions], join the [**office hours**][weekly-office-hours], and check out the [**roadmap**][roadmap] to see where it's intended to go.
14
+
- If you're interested in the research behind ElectionGuard, read more about it here: [**ElectionGuard: a Cryptographic Toolkit to Enable Verifiable Elections | USENIX**](https://www.usenix.org/conference/usenixsecurity24/presentation/benaloh)
11
15
12
16
## Open-Source
13
17
@@ -25,7 +29,7 @@ We welcome discussions on our [discussions page][election-guard-discussions], fe
25
29
26
30
## Questions
27
31
28
-
ElectionGuard would love for you to ask questions out in the open using Github Issues. If you really want to email the ElectionGuard team, reach out at [electionguard@microsoft.com][election-guard-email].
32
+
ElectionGuard would love for you to ask questions out in the open using Github Issues. If you really want to email the ElectionGuard team, reach out to the [Election Technology Initiative](https://electiontechnology.org/).
29
33
30
34
## Thank you
31
35
@@ -48,7 +52,6 @@ A huge thank you to those who have helped us along the way:
48
52
[casting-ballot]: images/undraw/voting.svg"Image of people casting ballots"
Copy file name to clipboardExpand all lines: docs/overview/Glossary.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ A partial decryption share value computed by an available guardian to compensate
104
104
105
105
### contest
106
106
107
-
A contest in an [manifest](#manifest) consists of a set of [candidates or options](#candidate) together with a [selection limit](#selection-limit). Contests can be customized to suit the voting experience with options like [approval voting](#approval-voting), [ranked-choice voting](#ranked-choice-voting) and [write-ins](#write-in). Contests can have special rules around selection limits to handle [undervotes](#undervote), [overvotes](#overvote), and [null votes](#null-vote).
107
+
A contest in an [manifest](#manifest) consists of a set of [candidates or options](#candidate) together with a [selection limit](#selection-limit). Contests can be customized to suit the voting experience with options like [approval voting](#approval-voting), [ranked-choice voting](#ranked-choice-voting-rcv) and [write-ins](#write-in). Contests can have special rules around selection limits to handle [undervotes](#undervote), [overvotes](#overvote), and [null votes](#null-vote).
108
108
109
109
### decryption share
110
110
@@ -198,7 +198,7 @@ _Creating a joint public key as part of the key ceremony_
0 commit comments