uint icon indicating copy to clipboard operation
uint copied to clipboard

`algorithms/mod`: Make mul_redc alloc-free

Open github-actions[bot] opened this issue 1 year ago • 0 comments

On 2023-07-29 @prestwich wrote in aaa37d2 “Merge pull request #277 from DaniPopes/no_alloc”:

Make mul_redc alloc-free


mod add;
pub mod div;
mod gcd;
mod mul;
#[cfg(feature = "alloc")] // TODO: Make mul_redc alloc-free
mod mul_redc;
mod ops;
mod shift;

pub use self::{

From src/algorithms/mod.rs:10

github-actions[bot] avatar Jul 29 '23 22:07 github-actions[bot]