]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3410_vko.pyi
Fix mypy stubs
[pygost.git] / pygost / stubs / pygost / gost3410_vko.pyi
index fc1f3b03f06fb49d1dc1a4e5c547e116da80dd18..b177ac6edde5a2f532cca8a95b32628f803213da 100644 (file)
@@ -5,7 +5,7 @@ from pygost.gost3410 import PublicKey
 def vko_34102001(curve: GOST3410Curve, prv: int, pubkey: PublicKey, ukm: bytes) -> bytes: ...
 
 
-def vko_34102012256(curve: GOST3410Curve, prv: int, pubkey: PublicKey, ukm=...: bytes) -> bytes: ...
+def vko_34102012256(curve: GOST3410Curve, prv: int, pubkey: PublicKey, ukm: bytes=...) -> bytes: ...
 
 
-def vko_34102012512(curve: GOST3410Curve, prv: int, pubkey: PublicKey, ukm=...: bytes) -> bytes: ...
+def vko_34102012512(curve: GOST3410Curve, prv: int, pubkey: PublicKey, ukm: bytes=...) -> bytes: ...