]> Git — Sourcephile - majurity.git/commit
protocol: bring c from the method level to the class level
authorJulien Moutinho <julm+hjugement@autogeree.net>
Thu, 31 Oct 2019 15:23:36 +0000 (15:23 +0000)
committerJulien Moutinho <julm+hjugement@autogeree.net>
Thu, 31 Oct 2019 19:49:47 +0000 (19:49 +0000)
commit8c07dc63f95b5563b2742ce44f9b895588604cd2
tree2daa16fb086e28036060543bcb75ddb199ccdc8f
parent064b4c11cc49d595039393b6771e27ab67066065
protocol: bring c from the method level to the class level
14 files changed:
hjugement-cli/hjugement-cli.cabal
hjugement-cli/src/Hjugement/CLI/Utils.hs
hjugement-protocol/benchmarks/Election.hs
hjugement-protocol/hjugement-protocol.cabal
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/tests/HUnit/Credential.hs
hjugement-protocol/tests/HUnit/Election.hs
hjugement-protocol/tests/HUnit/FFC.hs
hjugement-protocol/tests/HUnit/Trustee/Indispensable.hs
hjugement-protocol/tests/QuickCheck/Election.hs
hjugement-protocol/tests/QuickCheck/Trustee.hs