From: Sergey Matveev Date: Mon, 17 Jan 2022 10:00:18 +0000 (+0300) Subject: Missing gost3410_vko.kek typing stub X-Git-Tag: 5.9~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=399d67bcfb5b844ebcf6c62520f9e99c313e11d0 Missing gost3410_vko.kek typing stub --- 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: ...