]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost34112012512.pyi
PEP8 typing stubs
[pygost.git] / pygost / stubs / pygost / gost34112012512.pyi
index 0a3d7b33c4348dd4e85f9381ff02a778e047302f..349bddd29055926d34baf575675fba2d31db7d01 100644 (file)
@@ -4,7 +4,7 @@ from pygost.iface import PEP247
 class GOST34112012512(PEP247):
     block_size = ...  # type: int
 
-    def __init__(self, data: bytes=...) -> None: ...
+    def __init__(self, data: bytes = ...) -> None: ...
 
     @property
     def digest_size(self) -> int: ...
@@ -18,6 +18,7 @@ class GOST34112012512(PEP247):
     def hexdigest(self) -> str: ...
 
 
-def new(data: bytes=...) -> GOST34112012512: ...
+def new(data: bytes = ...) -> GOST34112012512: ...
+
 
 def pbkdf2(password: bytes, salt: bytes, iterations: int, dklen: int) -> bytes: ...