Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

algorithms/mul_redc: https://baincapitalcrypto.com/optimizing-montgomery-multiplication-in-webassembly/ #411

Open
github-actions bot opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
to do To be done tracker Issue tracked by bot

Comments

@github-actions
Copy link

github-actions bot commented Dec 16, 2024

On 2024-12-24 @prestwich wrote in e94bb80 “Merge pull request #416 from rtrombone/borsh”:

https://baincapitalcrypto.com/optimizing-montgomery-multiplication-in-webassembly/

// TODO: https://baincapitalcrypto.com/optimizing-montgomery-multiplication-in-webassembly/

use super::{borrowing_sub, carrying_add, cmp};
use core::{cmp::Ordering, iter::zip};

/// Computes a * b * 2^(-BITS) mod modulus

From src/algorithms/mul_redc.rs:1

@github-actions github-actions bot added to do To be done tracker Issue tracked by bot labels Dec 16, 2024
@prestwich 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-actions github-actions bot changed the title algorithms/mul_redc: implement bain crypto montgomery optimization algorithms/mul_redc: https://baincapitalcrypto.com/optimizing-montgomery-multiplication-in-webassembly/ Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to do To be done tracker Issue tracked by bot
Projects
None yet
Development

No branches or pull requests

1 participant