From: nekolyanich Date: Thu, 24 Sep 2020 17:29:53 +0000 (+0300) Subject: Add GOST3410Curve.point_size property stub X-Git-Tag: 5.1~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=5a72dd29b65e4f3d2dfe58a568d85864049348b5 Add GOST3410Curve.point_size property stub --- 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: ...