Skip to content

Commit 7c879ca

Browse files
committed
Fix: dg1 size param TD1
1 parent b7360e4 commit 7c879ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuits/identityManagement/registerIdentityUniversalRSAPss2048.circom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ include "./circuits/registerIdentityUniversalRSAPss.circom";
88
// [1] - dg1Commitment
99
// [2] - pkIdentityHash
1010
// [3] - slaveMerkleRoot
11-
component main { public [slaveMerkleRoot] } = RegisterIdentityUniversal(64, 32, 17, 6, 80, 744);
11+
component main { public [slaveMerkleRoot] } = RegisterIdentityUniversal(64, 32, 17, 6, 80, 760);

0 commit comments

Comments
 (0)