From ab19c3bc40cb6c96a74d1387dc849d05bb07f0f9 Mon Sep 17 00:00:00 2001 From: 0xturboblitz Date: Mon, 12 Feb 2024 18:19:11 +0100 Subject: [PATCH] comment in circuit --- circuits/circuits/proof_of_passport.circom | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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