A Scalable Implementation of Anonymous Voting over Ethereum Blockchain
- 주제(키워드) 도움말 electronic voting , e-voting , blockchain , Ethereum , scalability
- 발행기관 MDPI
- 발행년도 2021
- 총서유형 Journal
- 본문언어 영어
초록/요약 도움말
We considered scalable anonymous voting on the Ethereum blockchain. We identified three major bottlenecks in implementation: (1) division overflow in encryption of voting values for anonymity; (2) large time complexity in tallying, which limited scalability in the number of candidates and voters; and (3) tallying failure due to no votes from registered voters. Previous schemes failed at tallying if one (or more) registered voters did not send encrypted voting values. Algorithmic solutions and implementation details are provided. An experiment using Truffle and Remix running on a desktop PC was performed for evaluation. Our scheme shows great reduction in gas, which measures the computational burden of smart contracts to be executed on Ethereum. For instance, our scheme consumed 1/53 of the gas compared to a state-of-the-art solution for 60 voters. Time complexity analysis shows that our scheme is asymptotically superior to known solutions. In addition, we propose a solution to the tallying failure due to the no vote from registered voters.
more