Skip to content

Commit

Permalink
Fix: dg1 size param TD1
Browse files Browse the repository at this point in the history
  • Loading branch information
1KitCat1 committed Sep 16, 2024
1 parent b7360e4 commit 7c879ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ include "./circuits/registerIdentityUniversalRSAPss.circom";
// [1] - dg1Commitment
// [2] - pkIdentityHash
// [3] - slaveMerkleRoot
component main { public [slaveMerkleRoot] } = RegisterIdentityUniversal(64, 32, 17, 6, 80, 744);
component main { public [slaveMerkleRoot] } = RegisterIdentityUniversal(64, 32, 17, 6, 80, 760);

0 comments on commit 7c879ca

Please sign in to comment.