Crate kimchi_stubs

source ·
Expand description

The Marlin_plonk_stubs crate exports some functionalities and structures from the following the Rust crates to OCaml:

Re-exports

Modules

Structs

Enums

  • Handy re-exports A row accessible from a given row, corresponds to the fact that we open all polynomials at zeta and omega * zeta.
  • Handy re-exports The different types of gates the system supports. Note that all the gates are mutually exclusive: they cannot be used at the same time on single row. If we were ever to support this feature, we would have to make sure not to re-use powers of alpha across constraints.