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