X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost28147_mac.pyi;h=70d90d69fadd15c1e638aeb6f724de8c90059788;hb=61d68bda6f6d7c39243701b5f647f62cc4d9d286;hp=4386f376af7414a7414e4e2c3181cca71e7e0205;hpb=bc95c50ad85f83cde6212981d71f52e13dacfaa1;p=pygost.git 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: ...