Summary: The best algorithms to compute discrete logarithms in arbitrary groups (of prime order) are the baby-step giant-step method, the rho method and the kangaroo method. The first two have (expected) running time $O(\\sqrt{n})$ group operations ($n$ denoting the group order), thereb...
Add it in your root build.gradle at the end of repositories: allprojects{ repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { ... implementation 'com.github.amitjangid80:multiutillib:v1.7.3' } Using maven: <repositories> <repository...