Add Modular Exponentiation operation#2149
Conversation
14e71eb to
f96bf2b
Compare
|
(Cleaned out additional commits for extra functions ExtendedGCD and ModularInverse under development, shortly to be the subject of additional PRs.) |
|
Why did you already add these Exponentiation, Inverse and GCD operations to the |
Yes, I get that. I was just trying to say that it would've been more clean to have your individual operations PRs add their own specific operation entry to |
Adds a BigInt-based modular exponentiation operation to Arithmetic/Logic, supporting decimal and hex inputs, flexible input handling, and clear error reporting.
Bad indentation on my new operation Modular Exponentiation
f549fc9 to
5ec425d
Compare
|
01May26: Rebased on current upstream master. |
Adds a BigInt-based modular exponentiation operation to Arithmetic/Logic, supporting decimal and hex inputs, flexible input handling, and clear error reporting.
Resolves #2411
Dependencies:
Now depends on #2205 (following 8b7818a)