]> Cypherpunks.ru repositories - pygost.git/commitdiff
Missing gost3410_vko.kek typing stub
authorSergey Matveev <stargrave@stargrave.org>
Mon, 17 Jan 2022 10:00:18 +0000 (13:00 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 17 Jan 2022 10:00:18 +0000 (13:00 +0300)
pygost/stubs/pygost/gost3410_vko.pyi

index bb9c54bc0b7a3ba3d2f5080278d5051104adb4bf..6ea9b828eed368c63d5d6e8f937d1eb1af64b8ac 100644 (file)
@@ -5,6 +5,9 @@ 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: ...