]> Cypherpunks.ru repositories - pygost.git/blob - pygost/stubs/pygost/gost3410_vko.pyi
Remove excess mode kwargs from gost3410* functions
[pygost.git] / pygost / stubs / pygost / gost3410_vko.pyi
1 from pygost.gost3410 import GOST3410Curve
2 from pygost.gost3410 import PublicKey
3
4
5 def ukm_unmarshal(ukm: bytes) -> int: ...
6
7
8 def kek_34102001(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int) -> bytes: ...
9
10
11 def kek_34102012256(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int=...) -> bytes: ...
12
13
14 def kek_34102012512(curve: GOST3410Curve, prv: int, pub: PublicKey, ukm: int=...) -> bytes: ...