Commit Graph

98 Commits

Author SHA1 Message Date
RunasSudo 5f05450ea4
Implement PostgreSQL "support". Closes #3
Good god what have I done
2017-11-27 20:12:31 +11:00
RunasSudo 72e08c01ff
Abstract away DB implementation 2017-11-27 19:40:01 +11:00
RunasSudo 8485aadbe4
Implement simple email authentication 2017-11-26 20:48:15 +11:00
RunasSudo f31f5347e2
Implement voters in terms of users 2017-11-26 11:17:28 +11:00
RunasSudo 20abbdae78
Integrate authentication into voting booth
Also fix a number (several too many) bugs that found their way into the system following the previous few commits
2017-11-25 23:16:29 +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 247f050d5b
Pretty results display 2017-11-24 19:51:10 +11:00
RunasSudo 529166867f
Minor improvements to test framework
Show correct module for test
Print error output
2017-11-24 19:38:13 +11:00
RunasSudo 6af132bb5f
🎉 Up to counting elections 2017-11-24 19:37:48 +11:00
RunasSudo 81807ca7f8
Fix hashing issues and issues with passing EosLists around
Caused election hash to change when changing workflow task states
2017-11-24 18:09:43 +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 ca8c0ce614
Get started on voting booth 2017-11-23 21:07:16 +11:00
RunasSudo 700a791e72
Fix hashing in Javascript and add protected/private/internal field awareness 2017-11-23 20:42:22 +11:00
RunasSudo a3652e40de
Basic election details display 2017-11-23 18:18:01 +11:00
RunasSudo 6ebf83ed96
Get started on a basic web UI 2017-11-22 23:23:24 +11:00
RunasSudo 5fd8716b38
Amend hashing API to fit with volatile fields 2017-11-22 23:23:05 +11:00
RunasSudo cc0865cd58
Finished with tests(?) 2017-11-22 23:21:35 +11:00
RunasSudo b1730be551
Basic Flask skeleton 2017-11-22 18:46:45 +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
Yingtong Li 93f5dcfe42
Implement string/object encryption 2017-09-26 23:09:33 +10:00
Yingtong Li 00ac2f96aa
Implement easy block encryption/decryption 2017-09-26 21:47:32 +10:00
Yingtong Li 2c781ab778
Implement a basic bitstream 2017-09-26 21:14:30 +10:00
Yingtong Li b2a568ddd5
Implement basic crypto 2017-09-25 18:03:43 +10:00
Yingtong Li a2f0859ac3
Fix a bad mistake 2017-09-25 17:25:06 +10:00
Yingtong Li 4359316b10
Combine JS and Python eos.core.objects implementations 2017-09-25 17:18:02 +10:00
Yingtong Li 3fad40dec2
Implement hashing 2017-09-25 15:53:58 +10:00
Yingtong Li 0a6831b366
Implement all tests and functionality in Javascript 2017-09-25 15:19:48 +10:00
Yingtong Li 506e1c287f
Implement dynamic test discovery and running 2017-09-25 11:56:10 +10:00
Yingtong Li 90865eaaca
Bring JS version of eos.core.objects up to date with Python 2017-09-25 11:47:29 +10:00
RunasSudo f2b1112896
Fix tests 2017-09-24 15:19:07 +10:00
RunasSudo cfbe7dee20
Implement BigInt in Python 2017-09-24 15:18:27 +10:00
RunasSudo c7d7c611b6
Implement vote tallying! 2017-09-24 13:32:46 +10:00
RunasSudo 20eb60e737
Implement bottom-up recursion through tree 2017-09-24 13:25:16 +10:00
RunasSudo 1e389f4d65
Basic ballot casting 2017-09-24 01:23:43 +10:00
RunasSudo 0755a3d180
Basic database support 2017-09-22 16:57:40 +10:00
RunasSudo afd7f59389
We can rebuild it without ORM. We have the technology. 2017-09-22 16:01:29 +10:00
RunasSudo ba26fc38f8
Initial commit 2017-09-20 22:30:45 +10:00