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

Attempt to migrate away from bn_mul_mont into Rust #1278

Closed

Commits on May 4, 2021

  1. Attempt to migrate away from bn_mul_mont into Rust

    As part of the effort to support MIPS, we would need to avoid using bn_mul_mont on C code to avoid needing to add MIPS assembly.
    This commit attempts a literal port of the C code into Rust using limbs_mont_mul.
    bltavares committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d86f294 View commit details
    Browse the repository at this point in the history