Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 416 Bytes

File metadata and controls

15 lines (9 loc) · 416 Bytes

zkFace

Run with:

npm run dev

Live demo: https://ewynx.github.io/zkFace/

Explanation

  1. Face registration. This only registers a hash of your face. Currently this is calculated with a circuit as well, but that's not necessary
  2. Face recognition: show that your face is close to another face and output the hash of that other face. Then you can show you have the same face as a registered one!