Tagged Questions
1
vote
2answers
284 views
Modular exponentiation optimisation in Java
As part of an assignment in Cryptography I've been asked to write code that involves calculating modular exponentiation. The BigInteger modPow is not allowed in this case, we have to implement it ...