Sensors (Jun 2021)

A Scalable Implementation of Anonymous Voting over Ethereum Blockchain

  • Jae-Geun Song,
  • Sung-Jun Moon,
  • Ju-Wook Jang

DOI
https://doi.org/10.3390/s21123958
Journal volume & issue
Vol. 21, no. 12
p. 3958

Abstract

Read online

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.

Keywords