openvm_native_compiler/constraints/halo2/
mod.rs

1
2
3
4
5
6
//! Halo2 helper functions

pub mod baby_bear;
pub mod compiler;
pub mod poseidon2_perm;
pub mod stats;