]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3410.pyi
GOST3410Curve.contains()
[pygost.git] / pygost / stubs / pygost / gost3410.pyi
index 5278c81f30fc2308888bdfe26ddd3cefdc1c488e..ee0e9b6de227720e3dbd784e47bf726ef3aac1b0 100644 (file)
@@ -37,6 +37,11 @@ class GOST3410Curve(object):
 
     def st(self) -> Tuple[int, int]: ...
 
+    @property
+    def point_size(self) -> int: ...
+
+    def contains(self, point: Tuple[int, int]) -> bool: ...
+
 
 def public_key(curve: GOST3410Curve, prv: int) -> PublicKey: ...