Commit Graph

35 Commits

Author SHA1 Message Date
RunasSudo fc4366c028
Allow hiding voters and/or votes 2021-10-16 20:44:31 +11:00
RunasSudo d44c21cbd7
Support null-encrypted election in web UI 2021-10-16 20:13:28 +11:00
RunasSudo c948615647
Update to Transcrypt/Python 3.9 2021-10-16 01:47:50 +11:00
Yingtong Li 65aa81844b
Implement enums 2018-01-11 19:06:21 +08:00
Yingtong Li 7dc3a88b9b
Use strong Fiat-Shamir in proofs of decryption to protect against falsification of proofs 2018-01-03 13:51:38 +08:00
RunasSudo 9255899a01
Store votes in a separate collection for better concurrency support 2018-01-03 13:51:37 +08:00
RunasSudo 4d9ad7226a
And more abstraction to fields and prepare for related fields 2018-01-03 13:51:37 +08:00
RunasSudo 764660f317
Implement ballot counting 2017-12-16 21:17:17 +10:30
RunasSudo 788c5c006c
Smush the WorkflowTasks and Tasks together; liberally apply superglue and duct tape 2017-12-12 20:02:39 +10:30
RunasSudo 6bb2dfddcb
Basic ticket dragging #7 2017-12-11 10:55:01 +10:30
RunasSudo c0752f71ed
Enforce a consistent message length for encrypted ballots
Closes #6
2017-12-07 18:02:01 +10:30
RunasSudo be4127639b
Basic functionality of the admin pane 2017-12-07 15:34:24 +10:30
RunasSudo 95e6a56f81
Basic administrator view 2017-12-07 15:03:11 +10:30
RunasSudo 5918cde53b
Basic task queue framework 2017-12-07 15:02:50 +10:30
RunasSudo 85c8f4638f
Update for Tanscrypt 3.6.58
Transcrypt bug 413 closed
2017-12-04 13:51:45 +11:00
RunasSudo 30cb0d674e
Implement verification of election results 2017-11-29 18:29:42 +11:00
RunasSudo ca542f9d9e
Implement ballot auditing 🎉 2017-11-28 22:43:32 +11:00
RunasSudo 72e08c01ff
Abstract away DB implementation 2017-11-27 19:40:01 +11:00
RunasSudo bf1b8cee09
Implement flexible configurations 2017-11-25 22:37:42 +11:00
RunasSudo 11e6c4a7aa
Minor changes 2017-11-25 03:18:45 +11:00
RunasSudo 82aa31cf50
Dates, hashes and more cross-references 2017-11-24 20:26:18 +11:00
RunasSudo 6af132bb5f
🎉 Up to counting elections 2017-11-24 19:37:48 +11:00
RunasSudo 453443d22a
🎉 We did it, Reddit! Voting booth now functional at a basic level 2017-11-23 23:10:57 +11:00
RunasSudo 700a791e72
Fix hashing in Javascript and add protected/private/internal field awareness 2017-11-23 20:42:22 +11:00
RunasSudo cc0865cd58
Finished with tests(?) 2017-11-22 23:21:35 +11:00
RunasSudo db74f67474
Correctly map messages to G_q instead of simply using Z_p* 2017-10-05 20:26:40 +11:00
Yingtong Li f1c4296887
Get started with threshold encryption 2017-10-05 19:12:02 +11:00
Yingtong Li a19914af2c
Tidy up mixnet verification code 2017-09-29 16:01:15 +10:00
Yingtong Li 805401ed43
Verify proofs as part of test 2017-09-29 13:39:56 +10:00
Yingtong Li 239c7be952
Add mixnet verification to workflow 2017-09-29 13:06:37 +10:00
Yingtong Li a242f1f666
Refactor hashing out into separate library 2017-09-28 20:02:20 +10:00
Yingtong Li 3427b376b5
Add mixnets to election workflow 2017-09-28 19:37:10 +10:00
Yingtong Li b2bc6980cb
Build encryption into election workflow 2017-09-28 16:46:30 +10:00
Yingtong Li 863e5a706c
Implement RPC mixnets 2017-09-27 23:42:29 +10:00
Yingtong Li 2ec44db65d
Implement signed ElGamal encryption 2017-09-27 18:13:48 +10:00