Update ecdlp example script
This commit is contained in:
@@ -30,5 +30,5 @@ class Point:
|
||||
self._y = y
|
||||
|
||||
def __eq__(self, other):
|
||||
print(self._x, other.x)
|
||||
# print(self._x, other.x)
|
||||
return self._x == other.x and self._y == other.y
|
||||
|
||||
Reference in New Issue
Block a user