]> Git — Sourcephile - majurity.git/commit
protocol: add Trustee.Indispensable
authorJulien Moutinho <julm+hjugement@autogeree.net>
Mon, 13 May 2019 18:45:37 +0000 (18:45 +0000)
committerJulien Moutinho <julm+hjugement@autogeree.net>
Mon, 13 May 2019 18:45:37 +0000 (18:45 +0000)
commita78835e152e96f538b1a2ddb66552beb2d08c9aa
tree05a10f98abd08db3ce66fa13be03f8b1aebc11c1
parente87362eede7e243ffaa8509b292175d31abcf511
protocol: add Trustee.Indispensable
17 files changed:
hjugement-protocol/benchmarks/Election.hs
hjugement-protocol/hjugement-protocol.cabal
hjugement-protocol/src/Voting/Protocol.hs
hjugement-protocol/src/Voting/Protocol/Arithmetic.hs
hjugement-protocol/src/Voting/Protocol/Credential.hs
hjugement-protocol/src/Voting/Protocol/Election.hs
hjugement-protocol/src/Voting/Protocol/Tally.hs [new file with mode: 0644]
hjugement-protocol/src/Voting/Protocol/Trustee.hs [new file with mode: 0644]
hjugement-protocol/src/Voting/Protocol/Trustee/HLint.hs [new symlink]
hjugement-protocol/src/Voting/Protocol/Trustee/Indispensable.hs [new file with mode: 0644]
hjugement-protocol/tests/HUnit.hs
hjugement-protocol/tests/HUnit/Election.hs
hjugement-protocol/tests/HUnit/Trustee.hs [new file with mode: 0644]
hjugement-protocol/tests/HUnit/Trustee/Indispensable.hs [new file with mode: 0644]
hjugement-protocol/tests/QuickCheck/Election.hs
hjugement-protocol/tests/QuickCheck/Trustee.hs
hjugement-protocol/tests/Utils.hs