]> Cypherpunks.ru repositories - pygost.git/blob - pygost/stubs/pygost/gost3412.pyi
1648cf4f85f955b6ac770b4f8c46d219ecb33c0e
[pygost.git] / pygost / stubs / pygost / gost3412.pyi
1 class GOST3412Kuznechik(object):
2     def __init__(self, key: bytes) -> None: ...
3
4     def encrypt(self, blk: bytes) -> bytes: ...
5
6     def decrypt(self, blk: bytes) -> bytes: ...
7
8
9 class GOST3412Magma(object):
10     def __init__(self, key: bytes) -> None: ...
11
12     def encrypt(self, blk: bytes) -> bytes: ...
13
14     def decrypt(self, blk: bytes) -> bytes: ...