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