X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost3410.pyi;h=4be8b1d63ecd13653a46cfac7271f56a342483f3;hp=afab2659e665c19d430c88b6869674f5f2e8a97c;hb=2bb1a163d32e4167e6904ff3c6b4cf64ea7287bb;hpb=7e5fe8586c0f17834a8df558b7ca86c5d7accd3e diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index afab265..4be8b1d 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -15,6 +15,7 @@ class GOST3410Curve(object): b = ... # type: int x = ... # type: int y = ... # type: int + cofactor = ... # type: int e = ... # type: int d = ... # type: int @@ -26,6 +27,7 @@ class GOST3410Curve(object): b: int, x: int, y: int, + cofactor: int = 1, e: int = None, d: int = None, ) -> None: ...