axiom_codec/encoder/
mod.rs

1/// Encode different subqueries into in-circuit field element format
2pub mod field_elements;
3pub mod native;