Tag 'zkp'
-
zkGadgets: fast, re-usable components for common operations in ZKP
In a previous post, we looked at the two major challenges developers encounter when developing Zero-Knowledge Proofs: performance and programmability. In this post, we will tackle this by developing a library of “zkGadgets” for Zokrates: a library of common aggregation operations, implemented efficiently for use in ZKPs. The gadgets are open sourced on GitHub.
-
The Challenges of Developing Zero-Knowledge Proofs
In this post, we’ll look at the challenges developers encounter when developing Zero-Knowledge Proofs: performance and programmability.