Solution to Problem 6.18 / Implementation of Algorithm 6.4
Author: Ryan McIntyre

Input is given in the command line:
	prime p
	g in Zp (generator for Zp)
	h in Zp

Call in command line:
	python stepSTEP.py 101 3 22

Output is x such that g^x = h (mod p).
