]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3412.pyi
Magma block cipher
[pygost.git] / pygost / stubs / pygost / gost3412.pyi
index c67a7daa7c9c7c682e783a180a4d19368283e0b8..1648cf4f85f955b6ac770b4f8c46d219ecb33c0e 100644 (file)
@@ -4,3 +4,11 @@ class GOST3412Kuznechik(object):
     def encrypt(self, blk: bytes) -> bytes: ...
 
     def decrypt(self, blk: bytes) -> bytes: ...
+
+
+class GOST3412Magma(object):
+    def __init__(self, key: bytes) -> None: ...
+
+    def encrypt(self, blk: bytes) -> bytes: ...
+
+    def decrypt(self, blk: bytes) -> bytes: ...