]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost34112012256.pyi
Add some missing typestubs
[pygost.git] / pygost / stubs / pygost / gost34112012256.pyi
index 365e9cc15d17cc4a8349af98fc984463a31031b6..1bae785a45cb2e2e30f9f9773dc509b57e1e7512 100644 (file)
@@ -1,4 +1,9 @@
-class GOST34112012256:
+from pygost.iface import PEP247
+
+
+class GOST34112012256(PEP247):
+    block_size = ...  # type: int
+
     def __init__(self, data: bytes=...) -> None: ...
 
     @property