X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost3410.pyi;h=7f55fa9c2b9ba0fd83b1260ff516bd7e9ee89840;hb=5a72dd29b65e4f3d2dfe58a568d85864049348b5;hp=66494455102d91c4fad69c1f773d451f72ef29a3;hpb=82af8726ef5d5e2752089a45750e56c9910398c7;p=pygost.git diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 6649445..7f55fa9 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -4,7 +4,6 @@ from typing import Tuple DEFAULT_CURVE = ... # type: GOST3410Curve CURVES = ... # type: Dict[str, GOST3410Curve] -MODE2SIZE = ... # type: Dict[int, int] PublicKey = Tuple[int, int] @@ -38,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: ...