Skip to content

Commit

Permalink
chore: small tiny picks in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei authored and ctrlc03 committed Apr 30, 2024
1 parent 48b2ce9 commit f2e8fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circuits/circom/utils/processMessagesInputHasher.circom
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ template ProcessMessagesInputHasher() {
signal input packedVals;
signal input coordPubKey[2];
signal input msgRoot;
// The current state and ballot root commitment (hash(stateRoot, ballotRoot, salt).
// The current state and ballot root commitment (hash(stateRoot, ballotRoot, salt)).
signal input currentSbCommitment;
signal input newSbCommitment;
signal input pollEndTimestamp;
Expand Down
2 changes: 1 addition & 1 deletion circuits/circom/utils/verifySignature.circom
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ template EdDSAPoseidonVerifier_patched() {
// Compute the right side: right = R8 + right2.
var (computedAddRightXOut, computedAddRightYOut) = BabyAdd()(R8x, R8y, computedEscalarMulAny[0], computedEscalarMulAny[1]);

// Calculate left side of equation left = S*B8.
// Calculate the left side: left = S * B8.
var BASE8[2] = [
5299619240641551281634865583518297030282874472190772894086521144482721001553,
16950150798460657717958625567821834550301663161624707787222815936182638968203
Expand Down

0 comments on commit f2e8fdb

Please sign in to comment.