]> Cypherpunks.ru repositories - pygost.git/blob - pygost/stubs/pygost/gost3413.pyi
Fix 34.13 mypy stub
[pygost.git] / pygost / stubs / pygost / gost3413.pyi
1 def pad_size(data_size: int, blocksize: int) -> int: ...
2
3
4 def pad1(data: bytes, blocksize: int) -> bytes: ...
5
6
7 def pad2(data: bytes, blocksize: int) -> bytes: ...
8
9
10 def pad3(data: bytes, blocksize: int) -> bytes: ...