Function discrete_logarithm_prime_mod

Source
pub fn discrete_logarithm_prime_mod(a: u64, b: u64, p: u64) -> Option<u64>