Homework for Lesson 1.

  1. Research scalar oparations over crypto curves
  2. 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