Profile Picture
Illya Gerasymchuk
Entrepreneur / Engineer
User Illya Gerasymchuk -

2024-04-13 18:28

๐Ÿš€ zkSNARKs & zkSTARKs offer a Constant Verifiable Computational Model (CVCM) โšก Verification time is CONSTANT - O(1), regardless of computation complexity ๐Ÿ’ก Contrast this with the EVM's Linear VCM (LVCM), where verification grows LINEARLY with instructions - O(n)

Thought Image
User

๐Ÿค” What makes a computation VERIFIABLE? โœ… In zkSNARKs & zkSTARKs, provers generate proofs of computations, while verifiers check their correctness ๐Ÿ”’ This model supports PRIVATE inputs, unlike the EVM ๐ŸŒ It's not limited to blockchain - zkLocus showcases off-chain use cases

๐Ÿ’ฌ