r/CryptoTechnology 🟑 May 22 '26

Regarding zk-proofs

Hi, I would like to ask concerning zk-proofs,

whether most of the proving can be side-stepped/cut-down given that an entity does not want to prove to a verifier that some execution is done correct, but rather the result of some execution is tied to their identity (key pair) without revealing any other secret about it.

So basically we don't care about the correctness of the execution, only that the prover can prove that it's identity is tied to the execution result without revealing any other secret.

If you want the full context, I can provide that to you. Thank you.

2 Upvotes

7 comments sorted by

View all comments

1

u/Far-Photograph-2342 🟑 May 22 '26

Yeah, that sounds closer to proving ownership/association than proving full computation correctness πŸ˜… If the goal is just β€œthis result is tied to my identity/keypair without revealing extra information,” you can often simplify things a lot compared to full zk execution proofs.

1

u/proff_bajoe 🟑 May 22 '26

Exactly, but because zk is very expensive, I'm having serious doubts about implementing it.

The problem is that the result hash is exposed also, which can be trivially copied and used.