X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost34112012.pyi;h=dd0cc4c35fdc4d2433cbd374801378c9ddb824c3;hp=17a727f43563c03424906aae2fca5a880ff83a91;hb=a4feac693ca17afba5d495f0eaa205e2ae7f4d0e;hpb=f6149a2b67c3750126b227a8aabae2814e74a1e3 diff --git a/pygost/stubs/pygost/gost34112012.pyi b/pygost/stubs/pygost/gost34112012.pyi index 17a727f..dd0cc4c 100644 --- a/pygost/stubs/pygost/gost34112012.pyi +++ b/pygost/stubs/pygost/gost34112012.pyi @@ -2,6 +2,8 @@ from pygost.iface import PEP247 class GOST34112012(PEP247): + block_size = ... # type: int + def __init__(self, data: bytes=..., digest_size: int=...) -> None: ... @property