X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fkdf.pyi;h=932d6ef5ba0d7776a9f8989b125bb28c2d4db4e7;hp=78a82e937b971b80e629aeac91859be4d8cd1bbb;hb=82af8726ef5d5e2752089a45750e56c9910398c7;hpb=744398c0b6a3ab223d91cbf56a72932a7c87381d diff --git a/pygost/stubs/pygost/kdf.pyi b/pygost/stubs/pygost/kdf.pyi index 78a82e9..932d6ef 100644 --- a/pygost/stubs/pygost/kdf.pyi +++ b/pygost/stubs/pygost/kdf.pyi @@ -18,4 +18,4 @@ def kdf_tree_gostr3411_2012_256( ) -> Sequence[bytes]: ... -def keg(curve: GOST3410Curve, prv: int, pub: PublicKey, h: bytes, mode=2001) -> bytes: ... +def keg(curve: GOST3410Curve, prv: int, pub: PublicKey, h: bytes) -> bytes: ...