X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost3410.pyi;h=ee0e9b6de227720e3dbd784e47bf726ef3aac1b0;hp=7f55fa9c2b9ba0fd83b1260ff516bd7e9ee89840;hb=f3a3246bc9da027e0527b89204e1b95ed52af5c6;hpb=1de9c84a8488baccff5969c444d2794f13996353 diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 7f55fa9..ee0e9b6 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -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: ...