Hacker News new | ask | show | jobs
by b_fiive 1441 days ago
zero-knowledge proofs are a means of showing you know a thing without exposing the thing itself.

In the context of lurk, the "thing" is executed computation. That's useful because sometimes computation is expensive, and we'd like to run that expensive computation, anywhere, once, and be able to re-use the result.

1 comments

Thank you!