X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost34112012512.pyi;h=0a3d7b33c4348dd4e85f9381ff02a778e047302f;hb=a4feac693ca17afba5d495f0eaa205e2ae7f4d0e;hp=af944d0277f37a44165866cb51c27396b572c861;hpb=9cee8b1f1f7509d755dd5f12e09eb0f5ddecf879;p=pygost.git diff --git a/pygost/stubs/pygost/gost34112012512.pyi b/pygost/stubs/pygost/gost34112012512.pyi index af944d0..0a3d7b3 100644 --- a/pygost/stubs/pygost/gost34112012512.pyi +++ b/pygost/stubs/pygost/gost34112012512.pyi @@ -2,6 +2,8 @@ from pygost.iface import PEP247 class GOST34112012512(PEP247): + block_size = ... # type: int + def __init__(self, data: bytes=...) -> None: ... @property @@ -17,3 +19,5 @@ class GOST34112012512(PEP247): def new(data: bytes=...) -> GOST34112012512: ... + +def pbkdf2(password: bytes, salt: bytes, iterations: int, dklen: int) -> bytes: ...