X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost3410.pyi;h=7f55fa9c2b9ba0fd83b1260ff516bd7e9ee89840;hp=5278c81f30fc2308888bdfe26ddd3cefdc1c488e;hb=5a72dd29b65e4f3d2dfe58a568d85864049348b5;hpb=f2543b706559e704df29fff682344ee3f1be4b7c diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 5278c81..7f55fa9 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -37,6 +37,9 @@ class GOST3410Curve(object): def st(self) -> Tuple[int, int]: ... + @property + def point_size(self) -> int: ... + def public_key(curve: GOST3410Curve, prv: int) -> PublicKey: ...