Expand description
§halo2-axiom
This is a fork of https://github.com/privacy-scaling-explorations/halo2, which is itself a fork of ZCash’s “halo2_proofs” crate. This fork uses the KZG polynomial commitment scheme for the proving backend. Publishing this crate for better versioning in Axiom’s production usage.
Re-exports§
pub use halo2curves;
Modules§
- This module provides common utilities, traits and structures for group, field and polynomial arithmetic.
- Traits and structs for implementing circuit components.
- Tools for developing circuits.
- This is a module for dispatching between different FFT implementations at runtime based on environment variable
FFT
. - Contains utilities for performing arithmetic over univariate polynomials in various forms, including computing commitments to them and provably opening the committed polynomials at arbitrary points.
- This module contains utilities and traits for dealing with Fiat-Shamir transcripts.
Enums§
- This enum specifies how various types are serialized and deserialized.