]> Git — Sourcephile - majurity.git/commit
protocol: split Election module and improve Version
authorJulien Moutinho <julm+hjugement@autogeree.net>
Tue, 5 Nov 2019 03:13:22 +0000 (03:13 +0000)
committerJulien Moutinho <julm+hjugement@autogeree.net>
Tue, 5 Nov 2019 03:31:20 +0000 (03:31 +0000)
commitb1da198e6125d2ad2508e23bb9522523321f1698
tree6e07f51ebdda24863ef8fd540b5477f95421ddc5
parent11a6cbffbe050f2886236d57b60018f0fc540d27
protocol: split Election module and improve Version
20 files changed:
hjugement-cli/hjugement-cli.cabal
hjugement-cli/src/Hjugement/CLI/Administrator.hs
hjugement-cli/src/Hjugement/CLI/Trustee.hs
hjugement-cli/src/Hjugement/CLI/Utils.hs
hjugement-cli/src/Hjugement/CLI/Voter.hs
hjugement-protocol/benchmarks/Election.hs
hjugement-protocol/hjugement-protocol.cabal
hjugement-protocol/src/Voting/Protocol.hs
hjugement-protocol/src/Voting/Protocol/Arithmetic.hs [new file with mode: 0644]
hjugement-protocol/src/Voting/Protocol/Credential.hs
hjugement-protocol/src/Voting/Protocol/Cryptography.hs [new file with mode: 0644]
hjugement-protocol/src/Voting/Protocol/Election.hs
hjugement-protocol/src/Voting/Protocol/FFC.hs
hjugement-protocol/src/Voting/Protocol/Tally.hs
hjugement-protocol/src/Voting/Protocol/Trustee/Indispensable.hs
hjugement-protocol/src/Voting/Protocol/Utils.hs
hjugement-protocol/src/Voting/Protocol/Version.hs [new file with mode: 0644]
hjugement-protocol/tests/HUnit/Trustee/Indispensable.hs
hjugement-protocol/tests/QuickCheck/Election.hs
hjugement-protocol/tests/QuickCheck/Trustee.hs