ed25519 bare bones python implementation of Point Addition and Scalar mutliplication on curve 25519 Utility library includes - extended euclid's algo, diophantine eqns and modulo inverse. Tested with python3.