Skip to content

Commit

Permalink
Add TD1-compatible circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
1KitCat1 committed Jul 2, 2024
1 parent 2cdd1d3 commit 08c17de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions identityManagement/registerIdentityUniversalRSA2048TD1.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

pragma circom 2.1.6;

include "./circuits/registerIdentityUniversal.circom";

// pub signals:
// [0] - dg15PubKeyHash
// [1] - dg1Commitment
// [2] - pkIdentityHash
// [3] - slaveMerkleRoot
component main { public [slaveMerkleRoot] } = RegisterIdentityUniversal(64, 32, 17, 4, 80, 760);

0 comments on commit 08c17de

Please sign in to comment.