Skip to content
/ ez-zk Public

A stupid simple implementation of zero knowledge proofs that are super fast and adequate for most use cases.

Notifications You must be signed in to change notification settings

Lamden/ez-zk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ZK-SNARKS are super complicated and extremely slow to compute on arbitrary data. Thus, they are useful for proving how smart you are, and that's about it.

zmg, a library by the IPFS devs attempts to encrypt messages with the ZCash protocol which uses ZK-SNARKS. Messages take MINUTES to compute. MINUTES.

These are short messages.

ez-zk achieves zero knowledge proofs in fractions of the time and is easy to understand.

About

A stupid simple implementation of zero knowledge proofs that are super fast and adequate for most use cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published