Structs§
- The prover for Triton VM’s zk-STARK. The core method is
prove
. It is probably more convenient to callStark::prove
directly. - Parameters for the Zero-Knowledge Scalable Transparent ARgument of Knowledge (STARK) for Triton VM.
- The verifier for Triton VM’s zs-STARK. The core method is
verify
. It is probably more convenient to callStark::verify
directly.
Constants§
- The number of segments the quotient polynomial is split into. Helps keeping the FRI domain small.
- The number of randomizer polynomials over the extension field used in the
STARK
. Integral for achieving zero-knowledge in FRI.