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