axiom-codec 0.2.1

This crate contains Rust types for Axiom queries and specifies how to encode/decode them to field elements for in-circuit use.
Documentation
1
2
3
4
/// Types consisting of fixed width field elements, for a > 253 bit field.
pub mod field_elements;
/// Rust native types, bytes based
pub mod native;