]> Cypherpunks.ru repositories - pygost.git/blob - pygost/stubs/pygost/gost3412.pyi
2.3 release is ready
[pygost.git] / pygost / stubs / pygost / gost3412.pyi
1 class GOST3412Kuz(object):
2     def __init__(self, key: bytes) -> None: ...
3
4     def encrypt(self, blk: bytes) -> bytes: ...
5
6     def decrypt(self, blk: bytes) -> bytes: ...