OpenZL is an initiative that we started at @MantaNetwork to make it easier for devs who aren't cryptography experts to build zero-knowledge proofs into their applications. We're making it easier for everyone to use #ZKP.
Current solutions for building fall under two categories:
1) Build using high-level languages like Circom
❌ The disadvantage here is that you can't take advantage of performance optimization, so your application has a potentially worse user experience.
2) Building the protocol directly using #ZKP libraries like Arkworks' Groth16
❌ The disadvantage here is that you need expertise in cryptography, and development can still be very error-prone.
Furthermore, #ZKPs are evolving. New proof systems continue to come out from cutting-edge research.
✅ @MantaNetwork's #OpenZL aims to solve this problem by building flexible & proof-system agnostic libraries for Web3 #Buidlers .