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