]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3410_vko.pyi
Missing gost3410_vko.kek typing stub
[pygost.git] / pygost / stubs / pygost / gost3410_vko.pyi
index 6e4531f28f876fd7d23a0707fa2e050f21e26672..6ea9b828eed368c63d5d6e8f937d1eb1af64b8ac 100644 (file)
@@ -5,10 +5,13 @@ from pygost.gost3410 import PublicKey
 def ukm_unmarshal(ukm: bytes) -> int: ...
 
 
+def kek(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int) -> bytes: ...
+
+
 def kek_34102001(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int) -> bytes: ...
 
 
-def kek_34102012256(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int=..., mode: int=...) -> bytes: ...
+def kek_34102012256(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int = ...) -> bytes: ...
 
 
-def kek_34102012512(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int=...) -> bytes: ...
+def kek_34102012512(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int = ...) -> bytes: ...