From 5a72dd29b65e4f3d2dfe58a568d85864049348b5 Mon Sep 17 00:00:00 2001 From: nekolyanich Date: Thu, 24 Sep 2020 20:29:53 +0300 Subject: [PATCH] Add GOST3410Curve.point_size property stub --- pygost/stubs/pygost/gost3410.pyi | 3 +++ 1 file changed, 3 insertions(+) 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: ... -- 2.44.0