]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost341194.pyi
Add missing hash.new mypy stub entries
[pygost.git] / pygost / stubs / pygost / gost341194.pyi
index d16cb517113f9aeb4ed1e8819d898df8fb881446..18e04d4c4759f53a611fa2b6273ff7945f964796 100644 (file)
@@ -11,3 +11,6 @@ class GOST341194:
     def digest(self) -> bytes: ...
 
     def hexdigest(self) -> str: ...
+
+
+def new(data: bytes=..., sbox: str=...) -> GOST341194: ...