Update ecdlp example script

This commit is contained in:
2026-06-28 10:57:58 +02:00
parent 11041d3180
commit 1553161792
2 changed files with 2 additions and 258 deletions
+1 -1
View File
@@ -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