X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost34112012512.pyi;h=349bddd29055926d34baf575675fba2d31db7d01;hp=0a3d7b33c4348dd4e85f9381ff02a778e047302f;hb=61d68bda6f6d7c39243701b5f647f62cc4d9d286;hpb=e25e0007c0434340dbaf44c11f3ccda03f666e23 diff --git a/pygost/stubs/pygost/gost34112012512.pyi b/pygost/stubs/pygost/gost34112012512.pyi index 0a3d7b3..349bddd 100644 --- a/pygost/stubs/pygost/gost34112012512.pyi +++ b/pygost/stubs/pygost/gost34112012512.pyi @@ -4,7 +4,7 @@ from pygost.iface import PEP247 class GOST34112012512(PEP247): block_size = ... # type: int - def __init__(self, data: bytes=...) -> None: ... + def __init__(self, data: bytes = ...) -> None: ... @property def digest_size(self) -> int: ... @@ -18,6 +18,7 @@ class GOST34112012512(PEP247): def hexdigest(self) -> str: ... -def new(data: bytes=...) -> GOST34112012512: ... +def new(data: bytes = ...) -> GOST34112012512: ... + def pbkdf2(password: bytes, salt: bytes, iterations: int, dklen: int) -> bytes: ...