jf_plonk/circuit/
mod.rs

1
2
3
4
5
6
7
8
9
// 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/>.

/// Circuits implementation
pub mod plonk_verifier;
pub mod transcript;