Hey... do anyone knows c++ function for implementation of big numbers...i tried googl it...but, i can't find nothing that solve my problem
i need to calculate a^e(mod n)
example:
125^107 (mod 187)=5
result of 125^107 is too big for standard notation in c++...
can someone please help me!