X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost3410.pyi;h=8f0dcb8e881d50089eb2029c7bdad2f62510f79f;hp=345a3e69f1d401c375796f60e4f4e34ae12f38c0;hb=2e336566fbe3a603b5565142f5112880035be7f1;hpb=dbf1356d72b65123cbce14f0e685c5f3cb06335c diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 345a3e6..8f0dcb8 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -17,6 +17,7 @@ class GOST3410Curve(object): cofactor = ... # type: int e = ... # type: int d = ... # type: int + name = ... # type: str def __init__( self, @@ -29,6 +30,7 @@ class GOST3410Curve(object): cofactor: int = 1, e: int = None, d: int = None, + name: str = None, ) -> None: ... def pos(self, v: int) -> int: ...