]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3412.pyi
CTR-ACPKM, OMAC-ACPKM-Master modes of operation
[pygost.git] / pygost / stubs / pygost / gost3412.pyi
index 1648cf4f85f955b6ac770b4f8c46d219ecb33c0e..ef278b7fe63ee1536489e4f6bbda098d6538b61f 100644 (file)
@@ -1,4 +1,6 @@
 class GOST3412Kuznechik(object):
+    blocksize = ...  # type: int
+
     def __init__(self, key: bytes) -> None: ...
 
     def encrypt(self, blk: bytes) -> bytes: ...
@@ -7,6 +9,8 @@ class GOST3412Kuznechik(object):
 
 
 class GOST3412Magma(object):
+    blocksize = ...  # type: int
+
     def __init__(self, key: bytes) -> None: ...
 
     def encrypt(self, blk: bytes) -> bytes: ...