Skip to content

The zero knowledge range proof allows to validate that a secret number is within known limits without disclosing the secret number.

Notifications You must be signed in to change notification settings

mikiw/zk-proof-circom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zk-proof-circom

The zero knowledge range proof allows us to validate that a secret number is within known limits without disclosing the secret number. This is useful in a variety of use cases:

  • Validate that someone's age is between 18 and 65 without disclosing the age.
  • Validate that someone is in Europe without disclosing the exact location.
  • Validate that a payment-amount is in range without disclosing the amount, which can be useful in price or salary negotiations.

Commitment can be used in the first step, so that later number cannot be changed.

About

The zero knowledge range proof allows to validate that a secret number is within known limits without disclosing the secret number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published