jf_relation/gadgets/ultraplonk/mod.rs
1// Copyright (c) 2022 Espresso Systems (espressosys.com)
2// This file is part of the Jellyfish library.
3
4// You should have received a copy of the MIT License
5// along with the Jellyfish library. If not, see <https://mit-license.org/>.
6
7//! Implements ultra-plonk related circuits.
8
9mod lookup_table;
10pub mod mod_arith;
11mod non_native_gates;
12mod range;