From 399d67bcfb5b844ebcf6c62520f9e99c313e11d0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 17 Jan 2022 13:00:18 +0300 Subject: [PATCH] Missing gost3410_vko.kek typing stub --- pygost/stubs/pygost/gost3410_vko.pyi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pygost/stubs/pygost/gost3410_vko.pyi b/pygost/stubs/pygost/gost3410_vko.pyi index bb9c54b..6ea9b82 100644 --- a/pygost/stubs/pygost/gost3410_vko.pyi +++ b/pygost/stubs/pygost/gost3410_vko.pyi @@ -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: ... -- 2.44.0