]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/kdf.pyi
PEP8 typing stubs
[pygost.git] / pygost / stubs / pygost / kdf.pyi
index 78a82e937b971b80e629aeac91859be4d8cd1bbb..ac5cf2a28471f6dda894d29b132132c7071321bf 100644 (file)
@@ -14,8 +14,8 @@ def kdf_tree_gostr3411_2012_256(
         label: bytes,
         seed: bytes,
         keys: int,
-        i_len=1,
+        i_len: int = 1,
 ) -> 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: ...