mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Merge branch 'UI' of https://github.com/zk-passport/proof-of-passport into UI
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