jf_relation/gadgets/ultraplonk/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2022 Espresso Systems (espressosys.com)
// This file is part of the Jellyfish library.

// You should have received a copy of the MIT License
// along with the Jellyfish library. If not, see <https://mit-license.org/>.

//! Implements ultra-plonk related circuits.

mod lookup_table;
pub mod mod_arith;
mod non_native_gates;
mod range;