X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost28147_mac.pyi;h=70d90d69fadd15c1e638aeb6f724de8c90059788;hp=4386f376af7414a7414e4e2c3181cca71e7e0205;hb=61d68bda6f6d7c39243701b5f647f62cc4d9d286;hpb=e25e0007c0434340dbaf44c11f3ccda03f666e23 diff --git a/pygost/stubs/pygost/gost28147_mac.pyi b/pygost/stubs/pygost/gost28147_mac.pyi index 4386f37..70d90d6 100644 --- a/pygost/stubs/pygost/gost28147_mac.pyi +++ b/pygost/stubs/pygost/gost28147_mac.pyi @@ -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: ...