Crypto Updates

a16z releases anonymous voting system for Ethereum

a16z releases anonymous voting system for Ethereum


Venture capital fund Andreessen Horowitz, also known as “a16z,” has released a Solidity library that can be used for anonymous voting on Ethereum. Called “Cicada,” the library prevents an individual voter’s choice from being known before polling ends. When combined with zero-knowledge (ZK) group membership systems like Semaphore, it can also make the identity of the voter permanently unknowable, according to a May 24 blog post from a16z engineer Michael Zhu.

Cicada relies on time-lock puzzles, a type of cryptography that allows users to encrypt secret values that can only be decrypted after a specific period of time has passed, Zhu stated.

These puzzles have been around since 1996. But before 2019, they would have required users to reveal their secret values once the time period had passed. In voting systems, this could have caused problems with users submitting votes and then going offline, preventing all the votes from being countable.

In 2019, the concept of “homomorphic” time-lock puzzles was proposed by cryptographers Malavolta and Thyagarajan. This allowed the puzzles to be added together to produce a final puzzle that was much easier to solve than the sum of the individual puzzles. The solution to the final puzzle reveals only the sum of the individual values, without revealing the individual values making up this sum.

According to the a16z post, Cicada uses these homomorphic puzzles, allowing votes to be counted even if users go offline.

When attempting to transfer Malavolta and Thyagarajan’s system to the blockchain, a16z researchers ran into an obstacle to creating a fair voting system: each choice needed to be encoded as a boolean value of “1” or “0.” This meant that an attacker could try to increase their voting power by incorrectly encoding the vote, by encoding “100” as their value, for example.

To solve this problem, Cicada requires voters to submit a zero-knowledge proof of ballot validity along with each ballot, the post said. The proof shows that the vote was encoded correctly, but without revealing the contents of the vote.

Related: Anchorage Digital opens up DeFi voting for custody clients

Cicada only prevents votes from being known while the poll is being conducted. Once the “poll has closed” or the time-lock period has passed, any person can determine the…

Click Here to Read the Full Original Article at Cointelegraph.com News…