X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost3413.pyi;h=dddb205ba94192f8c7959ab4de51415aca2525ba;hb=ba733f4a6983a80b8238478174c771243b34ebee;hp=590cb9e534ce4bdcfbf503a90f15e191ceed62bc;hpb=34c9c9a4f95eecfee75fc36d75d2ee45d1054a25;p=pygost.git diff --git a/pygost/stubs/pygost/gost3413.pyi b/pygost/stubs/pygost/gost3413.pyi index 590cb9e..dddb205 100644 --- a/pygost/stubs/pygost/gost3413.pyi +++ b/pygost/stubs/pygost/gost3413.pyi @@ -1,10 +1,10 @@ -def pad_size(int, int) -> int: ... +def pad_size(data_size: int, blocksize: int) -> int: ... -def pad1(bytes, int) -> bytes: ... +def pad1(data: bytes, blocksize: int) -> bytes: ... -def pad2(bytes, int) -> bytes: ... +def pad2(data: bytes, blocksize: int) -> bytes: ... -def pad3(bytes, int) -> bytes: ... +def pad3(data: bytes, blocksize: int) -> bytes: ...