Skip to content

Conversation

@tarcieri
Copy link
Member

Initial support for modular exponentiation, adapted from the original implementation of pow_montgomery_form this crate used prior to #248:

https://github.com/RustCrypto/crypto-bigint/blob/4838fd96e1bde8b0c5e0ce691c366c7ec930e466/src/uint/modular/pow.rs

Proptested against num_bigint::BitUint::modpow.

Initial support for modular exponentiation, adapted from the original
implementation of `pow_montgomery_form` this crate used prior to #248:

https://github.com/RustCrypto/crypto-bigint/blob/4838fd96e1bde8b0c5e0ce691c366c7ec930e466/src/uint/modular/pow.rs

Proptested against `num_bigint::BitUint::modpow`.
@tarcieri tarcieri merged commit cb53a4f into master Nov 28, 2023
@tarcieri tarcieri deleted the boxed-uint/pow branch November 28, 2023 00:05
@tarcieri tarcieri mentioned this pull request Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants