// Copyright (c) DUSK NETWORK. All rights reserved.
// Licensed under the MPL 2.0 license. See LICENSE file in the project root for details.
/// A fixed base curve addition gate
pub(crate)modfixed_base_gate;/// A variable base curve addition gate
pub(crate)modvariable_base_gate;