]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/kdf.pyi
Remove excess mode kwargs from gost3410* functions
[pygost.git] / pygost / stubs / pygost / kdf.pyi
index 78a82e937b971b80e629aeac91859be4d8cd1bbb..932d6ef5ba0d7776a9f8989b125bb28c2d4db4e7 100644 (file)
@@ -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: ...