// Copyright (c) DUSK NETWORK. All rights reserved.
// Licensed under the MPL 2.0 license. See LICENSE file in the project root for details.
//! proving system
pub
/// Represents a PLONK Proof
pub
/// Represents a PLONK Prover
pub
/// Represents a PLONK Verifier
pub
pub use Proof;
pub use Prover;
pub use Verifier;
pub use ;