Skip to content

Commit

Permalink
style(polljoining): remove extra inlcudes and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
djanluka committed Aug 12, 2024
1 parent 65052d1 commit 9879dff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circuits/circom/core/qv/pollJoining.circom
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ include "./mux1.circom";
include "./safe-comparators.circom";
// local imports
include "../../utils/hashers.circom";
include "../../utils/messageToCommand.circom";
include "../../utils/privToPubKey.circom";
include "../../utils/processMessagesInputHasher.circom";
include "../../utils/qv/stateLeafAndBallotTransformer.circom";
include "../../trees/incrementalQuinaryTree.circom";
include "../../trees/incrementalMerkleTree.circom";

template PollJoining(stateTreeDepth) {

// Constants defining the structure and size of state and ballots.
// Constants defining the structure and size of state.
var STATE_LEAF_LENGTH = 4;
var STATE_TREE_ARITY = 2;

Expand Down

0 comments on commit 9879dff

Please sign in to comment.