mirror of
https://github.com/selfxyz/self.git
synced 2026-02-18 18:14:34 -05:00
comment in circuit
This commit is contained in:
@@ -48,9 +48,9 @@ template ProofOfPassport(n, k) {
|
||||
component main { public [ address ] } = ProofOfPassport(64, 32);
|
||||
|
||||
// Us:
|
||||
// 11 + 1 + 3 + 1
|
||||
// pubkey + nullifier + reveal_packed + address
|
||||
|
||||
// Goal:
|
||||
// 1 + 1 + 3 + 1
|
||||
// pubkey_hash + nullifier + reveal_packed + address
|
||||
|
||||
// Them:
|
||||
// 1 + 3 + 1
|
||||
// pubkey_hash + reveal_twitter_packed + address
|
||||
Reference in New Issue
Block a user