X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost3412.pyi;h=ef278b7fe63ee1536489e4f6bbda098d6538b61f;hp=1648cf4f85f955b6ac770b4f8c46d219ecb33c0e;hb=4277661e11e63906d923827e5c124877f1dc0c8d;hpb=a63f78066756e6959b7bcbc52738f2ff4a03a308 diff --git a/pygost/stubs/pygost/gost3412.pyi b/pygost/stubs/pygost/gost3412.pyi index 1648cf4..ef278b7 100644 --- a/pygost/stubs/pygost/gost3412.pyi +++ b/pygost/stubs/pygost/gost3412.pyi @@ -1,4 +1,6 @@ class GOST3412Kuznechik(object): + blocksize = ... # type: int + def __init__(self, key: bytes) -> None: ... def encrypt(self, blk: bytes) -> bytes: ... @@ -7,6 +9,8 @@ class GOST3412Kuznechik(object): class GOST3412Magma(object): + blocksize = ... # type: int + def __init__(self, key: bytes) -> None: ... def encrypt(self, blk: bytes) -> bytes: ...