// Copyright 2026 The Libernet Team
// SPDX-License-Identifier: Apache-2.0
pub use Scalar as GL;
pub use Scalar as GL2;
pub use Scalar as GL4;
/// The order of the Goldilocks field, `0xffffffff00000001`.
pub const MODULUS: u64 = MODULUS;
/// The quadratic non-residue used to build the extension: `X^2 = QUADRATIC_NON_RESIDUE` in the base
/// field.
pub const QUADRATIC_NON_RESIDUE: u64 = QUADRATIC_NON_RESIDUE;
/// Alias for [`GL::from_const`].
pub const