Skip to content

Commit

Permalink
Minor fix registerIdentity.circom
Browse files Browse the repository at this point in the history
  • Loading branch information
1KitCat1 authored Oct 14, 2024
1 parent 6fae74b commit 15c7217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuits/identityManagement/circuits/registerIdentity.circom
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ template RegisterIdentity(
skIndentityHasher.inputs[0] <== skIdentity;
dg1Hasher.inputs[4] <== skIndentityHasher.out;

dg1Commitment <== dg1Hasher.out
dg1Commitment <== dg1Hasher.out;


// Forming EdDSA BybyJubJub public key point from private key (identity)
Expand All @@ -129,4 +129,4 @@ template RegisterIdentity(
pkIdentityHasher.inputs[1] <== pkIdentityCalc.Ay;

pkIdentityHash <== pkIdentityHasher.out;
}
}

0 comments on commit 15c7217

Please sign in to comment.