haloumi-core 0.5.6

Core types and traits of the Halo2 frontend for LLZK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![doc = include_str!("../README.md")]
#![deny(rustdoc::broken_intra_doc_links)]
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]

pub mod cmp;
pub mod constraints;
pub mod eqv;
pub mod error;
pub mod expressions;
pub mod felt;
pub mod info_traits;
pub mod lookups;
pub mod query;
pub mod slot;
pub mod synthesis;
pub mod table;