Skip to content

Home > Proof Systems > Spartan

Spartan

Description

Transparent zkSNARK for R1CS without any trusted setup. Uses the sumcheck protocol and multilinear extensions to achieve efficient prover and verifier. Backend of interest for the e-ID project due to fast ECDSA verification via the Crescent fork with T-256 support.

Technical Characteristics

Complexity: - Prover: O(n log n) - Verifier: O(log n) - Proof Size: O(log n) - Setup: transparent

Security: - Assumption: computational (Hyrax or other multilinear commitments) - Post-quantum: no (DL-based version) - Basis: Sumcheck protocol, multilinear extensions, Hyrax

Dependencies

Based on: Hyrax Circuit representation: R1CS

Applications

Used by: Spartan-Framework

Resources