Hacker News new | ask | show | jobs
by askmike 2691 days ago
Zero-knowledge proofs are a (new) form of cryptography that allows you to proof certain things without disclosing any information (pretty sure someone can explain it better).

This link is a demo page that has some zero-knowledge proofs (zkSNAKS) programmed in WebAssembly which is a new and fast way to run code in a browser. It's not a test, just an interactive demo to show that it works.