]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost341194.pyi
PEP8 typing stubs
[pygost.git] / pygost / stubs / pygost / gost341194.pyi
index 87492c8642c59ba2d96f8d8783bcc9b8a4a76b9a..24de2e4d595f324003bbd79b0fa6f30c37d7caca 100644 (file)
@@ -5,7 +5,7 @@ class GOST341194(PEP247):
     sbox = ...  # type: str
     block_size = ...  # type: int
 
-    def __init__(self, data: bytes=..., sbox: str=...) -> None: ...
+    def __init__(self, data: bytes = ..., sbox: str = ...) -> None: ...
 
     @property
     def digest_size(self) -> int: ...
@@ -19,7 +19,7 @@ class GOST341194(PEP247):
     def hexdigest(self) -> str: ...
 
 
-def new(data: bytes=..., sbox: str=...) -> GOST341194: ...
+def new(data: bytes = ..., sbox: str = ...) -> GOST341194: ...
 
 
 def pbkdf2(password: bytes, salt: bytes, iterations: int, dklen: int) -> bytes: ...