Skip to main content

Non-Interactive Proof System

Definition

A non-interactive proof system permits a prover to generate a proof for a statement that a verifier can check without any further communication between them. Once the proof is created, it can be publicly verified by anyone at any point, independent of the prover’s presence. This eliminates the need for real-time interaction, making such proofs highly suitable for asynchronous blockchain environments. It streamlines verification processes.