// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: MIT
//! Big-number arithmetic for optimized sumcheck.
//!
//! This module provides wide-integer accumulators and delayed modular reduction
//! for field × field products, enabling faster sumcheck by batching Montgomery
//! reduction operations.
pub
pub
pub
pub
pub use DelayedReduction;
pub use FieldReductionConstants;