You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: https://baincapitalcrypto.com/optimizing-montgomery-multiplication-in-webassembly/usesuper::{borrowing_sub, carrying_add, cmp};use core::{cmp::Ordering, iter::zip};/// Computes a * b * 2^(-BITS) mod modulus
prestwich
changed the title
algorithms/mul_redc: https://baincapitalcrypto.com/optimizing-montgomery-multiplication-in-webassembly/algorithms/mul_redc: implement bain crypto montgomery optimization
Dec 17, 2024
github-actionsbot
changed the title
algorithms/mul_redc: implement bain crypto montgomery optimizationalgorithms/mul_redc: https://baincapitalcrypto.com/optimizing-montgomery-multiplication-in-webassembly/
Dec 24, 2024
On 2024-12-24 @prestwich wrote in
e94bb80
“Merge pull request #416 from rtrombone/borsh”:https://baincapitalcrypto.com/optimizing-montgomery-multiplication-in-webassembly/
From
src/algorithms/mul_redc.rs:1
The text was updated successfully, but these errors were encountered: