zkSTARK
zk-STARK, short for Zero-Knowledge Scalable Transparent ARguments of Knowledge, is a class of zero-knowledge proof systems designed to attest that a computation was performed correctly without revealing the inputs. Introduced by StarkWare in 2018, zk-STARKs emphasize transparency, scalability, and post-quantum security, relying on hash-based primitives rather than a trusted setup.
Key ideas involve converting a computation into algebraic constraints and generating a trace of the computation.
Security rests on the hardness of hash-based primitives and the soundness of the algebraic checks. In practice,
Typical applications include proving execution of off-chain computations to on-chain smart contracts, scalability solutions, and integrity