diff --git a/circuits/circuits/proof_of_passport.circom b/circuits/circuits/proof_of_passport.circom index 7bfa79197..7ea0923a9 100644 --- a/circuits/circuits/proof_of_passport.circom +++ b/circuits/circuits/proof_of_passport.circom @@ -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 \ No newline at end of file