]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost341194.pyi
Add some missing typestubs
[pygost.git] / pygost / stubs / pygost / gost341194.pyi
index b495957fb8fe8b3275e9debd396499200e3bf00a..87492c8642c59ba2d96f8d8783bcc9b8a4a76b9a 100644 (file)
@@ -2,6 +2,9 @@ from pygost.iface import PEP247
 
 
 class GOST341194(PEP247):
+    sbox = ...  # type: str
+    block_size = ...  # type: int
+
     def __init__(self, data: bytes=..., sbox: str=...) -> None: ...
 
     @property