Module darkfi::zk::halo2

source ·

Modules§

  • Tools for developing circuits.
  • This module provides an implementation of a variant of (Turbo)PLONK that is designed specifically for the polynomial commitment scheme described in the Halo paper.

Structs§

Enums§

  • A value assigned to a cell within a circuit.

Traits§

  • This trait represents an element of a field.
  • A layout strategy within a circuit. The layouter is chip-agnostic and applies its strategy to the context and config it is given.