@sodamide
For today's #ZamaCreatorProgram I'll be discussing Zero-Knowledge Proofs in relation to @zama. How @zama enhances Zero-knowledge as a tech.
Before I start you will need to understand what FHE means and how it works. FHE means Fully Homomorphic Encryption and It lets computers do math on data while the data stays locked (encrypted) i.e You encrypt data locally, send the locked data to a worker, the worker computes on the locked data, and returns a locked result. No one sees the raw data.
So let's start by asking what is Zero-Knowledge (ZK)?
In simple terms, ZK Proofs let you prove you know a secret (like a password) without ever showing the secret. You just show a short proof that it’s true.