* @brief This function calculates a raised to exponent b under modulo c using * modular exponentiation. * @param a integer base * @param b unsigned integer exponent * @param c integer modulo * @return a raised to power b modulo c */
source not stored for this graph (policy: none)