Expose new internal exponentiation primitives
This exposes the GMP functions `mpz_pow_ui()`, `mpz_powm()`, and
`mpz_invert()` as `powInteger`, `powModInteger`, and `recipModInteger`
respectively in the module `GHC.Integer.GMP.Internals`.
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
Showing
Please register or sign in to comment