]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost34112012512.pyi
Add missing hash.new mypy stub entries
[pygost.git] / pygost / stubs / pygost / gost34112012512.pyi
index 163fe7a559a960130512a900cb9f1290f431ea06..da384a450c6bc4e95f1b711bfb8c78b196ba5e8f 100644 (file)
@@ -11,3 +11,6 @@ class GOST34112012512:
     def digest(self) -> bytes: ...
 
     def hexdigest(self) -> str: ...
+
+
+def new(data: bytes=...) -> GOST34112012512: ...