X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost341194.pyi;h=87492c8642c59ba2d96f8d8783bcc9b8a4a76b9a;hb=a4feac693ca17afba5d495f0eaa205e2ae7f4d0e;hp=1432fad29422e6ed39859a4a07c675859759ff5c;hpb=bb465b9292214f3e7b0e95848f882b6abf4e40e5;p=pygost.git diff --git a/pygost/stubs/pygost/gost341194.pyi b/pygost/stubs/pygost/gost341194.pyi index 1432fad..87492c8 100644 --- a/pygost/stubs/pygost/gost341194.pyi +++ b/pygost/stubs/pygost/gost341194.pyi @@ -1,4 +1,10 @@ -class GOST341194: +from pygost.iface import PEP247 + + +class GOST341194(PEP247): + sbox = ... # type: str + block_size = ... # type: int + def __init__(self, data: bytes=..., sbox: str=...) -> None: ... @property