X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost341194.pyi;h=24de2e4d595f324003bbd79b0fa6f30c37d7caca;hp=87492c8642c59ba2d96f8d8783bcc9b8a4a76b9a;hb=61d68bda6f6d7c39243701b5f647f62cc4d9d286;hpb=e25e0007c0434340dbaf44c11f3ccda03f666e23 diff --git a/pygost/stubs/pygost/gost341194.pyi b/pygost/stubs/pygost/gost341194.pyi index 87492c8..24de2e4 100644 --- a/pygost/stubs/pygost/gost341194.pyi +++ b/pygost/stubs/pygost/gost341194.pyi @@ -5,7 +5,7 @@ class GOST341194(PEP247): sbox = ... # type: str block_size = ... # type: int - def __init__(self, data: bytes=..., sbox: str=...) -> None: ... + def __init__(self, data: bytes = ..., sbox: str = ...) -> None: ... @property def digest_size(self) -> int: ... @@ -19,7 +19,7 @@ class GOST341194(PEP247): def hexdigest(self) -> str: ... -def new(data: bytes=..., sbox: str=...) -> GOST341194: ... +def new(data: bytes = ..., sbox: str = ...) -> GOST341194: ... def pbkdf2(password: bytes, salt: bytes, iterations: int, dklen: int) -> bytes: ...