The routine is taken from the PUTTY, an open source terminal emulator. The PUTTY License is preserved in the dwc_modpow.c file.
Typedefs | |
| typedef uint32_t | BignumInt |
| typedef uint64_t | BignumDblInt |
| typedef BignumInt * | Bignum |
Functions | |
| Bignum | dwc_modpow (Bignum base_in, Bignum exp, Bignum mod) |
1.4.7