]> Git — Sourcephile - majurity.git/commit
protocol: add Version and abstract over FFC
authorJulien Moutinho <julm+hjugement@autogeree.net>
Mon, 28 Oct 2019 16:07:26 +0000 (16:07 +0000)
committerJulien Moutinho <julm+hjugement@autogeree.net>
Mon, 28 Oct 2019 17:03:14 +0000 (17:03 +0000)
commite278d84b6d882d7283e6e5fc80d60680d2a5ae28
treeae16973e492e86493783b021178e12beaaa4d96b
parent7a0ddc78b50e5e1be847cdceed7984cd4f2cca69
protocol: add Version and abstract over FFC
26 files changed:
HLint.hs
hjugement-cli/hjugement-cli.cabal
hjugement-cli/src/Hjugement/CLI/Administrator.hs
hjugement-cli/src/Hjugement/CLI/Registrar.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/Credential.hs
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/tests/HUnit.hs
hjugement-protocol/tests/HUnit/Credential.hs
hjugement-protocol/tests/HUnit/Election.hs
hjugement-protocol/tests/HUnit/FFC.hs
hjugement-protocol/tests/HUnit/Trustee.hs
hjugement-protocol/tests/HUnit/Trustee/Indispensable.hs
hjugement-protocol/tests/Main.hs
hjugement-protocol/tests/QuickCheck.hs
hjugement-protocol/tests/QuickCheck/Election.hs
hjugement-protocol/tests/QuickCheck/Trustee.hs