]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3413.pyi
Fix 34.13 mypy stub
[pygost.git] / pygost / stubs / pygost / gost3413.pyi
index 590cb9e534ce4bdcfbf503a90f15e191ceed62bc..dddb205ba94192f8c7959ab4de51415aca2525ba 100644 (file)
@@ -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: ...