X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost34112012512.pyi;h=da384a450c6bc4e95f1b711bfb8c78b196ba5e8f;hb=83256651e8a0b24124834b29df9d2e826be7450f;hp=163fe7a559a960130512a900cb9f1290f431ea06;hpb=8184c3c87fc007a36a9d69371616059c3f170d1b;p=pygost.git diff --git a/pygost/stubs/pygost/gost34112012512.pyi b/pygost/stubs/pygost/gost34112012512.pyi index 163fe7a..da384a4 100644 --- a/pygost/stubs/pygost/gost34112012512.pyi +++ b/pygost/stubs/pygost/gost34112012512.pyi @@ -11,3 +11,6 @@ class GOST34112012512: def digest(self) -> bytes: ... def hexdigest(self) -> str: ... + + +def new(data: bytes=...) -> GOST34112012512: ...