]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost28147_mac.pyi
PEP8 typing stubs
[pygost.git] / pygost / stubs / pygost / gost28147_mac.pyi
index 4386f376af7414a7414e4e2c3181cca71e7e0205..70d90d69fadd15c1e638aeb6f724de8c90059788 100644 (file)
@@ -5,9 +5,9 @@ class MAC(PEP247):
     def __init__(
         self,
         key: bytes,
-        data: bytes=...,
-        iv: bytes=...,
-        sbox: str=...,
+        data: bytes = ...,
+        iv: bytes = ...,
+        sbox: str = ...,
     ) -> None: ...
 
     @property
@@ -22,4 +22,4 @@ class MAC(PEP247):
     def hexdigest(self) -> str: ...
 
 
-def new(key: bytes, data: bytes=..., iv: bytes=..., sbox: str=...) -> MAC: ...
+def new(key: bytes, data: bytes = ..., iv: bytes = ..., sbox: str = ...) -> MAC: ...