Homework for Lesson 1.
- Research scalar oparations over crypto curves
- Implement class Point which represent a point on crypto curve y^2 = x^3 + ax + b Create method "add" with argument "other": Point. Method should modify the self instance
Homework for Lesson 1.