Skip to content
Snippets Groups Projects
Commit ff1a96ce authored by Damien George's avatar Damien George
Browse files

py/mpz: Add commented-out mpz_pow3_inpl function, to compute (x**y)%z.

This function computes (x**y)%z in an efficient way.  For large arguments
this operation is otherwise not computable by doing x**y and then %z.

It's currently not used, but is added in case it's useful one day.
parent 2e2e15ce
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment