Elosys Documentation
  • Elosys
  • Introduction
    • About Elosys
    • Why use $ELO
    • Why PoW
    • Why Wrapped ELO
    • Blake3 Algorithm
    • zkSNARK
    • Artificial Intelligence Layers
  • Tokenomics
    • Context & Definitions
    • Emissions Curve
    • Omega Ω Supply
  • Technical
    • Testnet
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

zkSNARK

PreviousBlake3 AlgorithmNextArtificial Intelligence Layers

Last updated 4 months ago

Was this helpful?

zkSNARK is an advanced cryptographic proof system that enables the verification of a statement without revealing any underlying details. It achieves this through succinct and non-interactive zero-knowledge proofs, making it a powerful tool for privacy-preserving transactions and data validation.

Features

Privacy-Preserving Proofs: zkSNARKs allow one party (the prover) to convince another (the verifier) of the truth of a statement without revealing any information beyond the validity of the statement.

Succinctness: zkSNARKs are highly compact, enabling proofs to be efficiently generated and verified, even for complex computations.

Non-Interactivity: The proofs are non-interactive, meaning that the prover can generate the proof without needing further interaction with the verifier.