Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 986 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 986 Bytes

Circuits

NPM Package Actions Status

This package contains the zk-SNARK circuits written in Circom 2.0.

The main circuits are:

  • processMessages.circom
  • tallyVotes.circom

The rest of the circuits are utilities templates that are required for the main circuits to work correctly. These include utilities such as float math, conversion of private keys, and Poseidon hashing/encryption.

Please refer to the documentation for a more in depth explanation.