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